aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/gen/(public-mirror)
diff options
context:
space:
mode:
authorZhenlei Huang <zlei@FreeBSD.org>2025-09-03 17:19:37 +0000
committerZhenlei Huang <zlei@FreeBSD.org>2025-09-03 17:19:37 +0000
commite921d2842ee8ca9e3dae8952e1cf2645cee785aa (patch)
tree79b71227c04d95ee726c5d13aab5974d37f33a0b /lib/libc/i386/gen/(public-mirror)
parent51098f0529f0d1cc532512e0eae9bfcffb8e68e4 (diff)
umb: Fix setting the input routineHEADmain
This driver does not depend on netmap, and umb_input() works greatly without netmap. Remove the #ifdef DEV_NETMAP so that when "device netmap" is not configured this driver can still correctly pass the inbound packets to the net stack. Otherwise the input routine will be if_input_default() which will silently drop all inbound packets. PR: 263783 Reported by: Andre Albsmeier <mail@fbsd2.e4m.org> Tested by: Andre Albsmeier <mail@fbsd2.e4m.org> Differential Revision: https://reviews.freebsd.org/D52182
Diffstat (limited to 'lib/libc/i386/gen/(public-mirror)')
0 files changed, 0 insertions, 0 deletions