diff options
author | Zhenlei Huang <zlei@FreeBSD.org> | 2025-09-03 17:19:37 +0000 |
---|---|---|
committer | Zhenlei Huang <zlei@FreeBSD.org> | 2025-09-03 17:19:37 +0000 |
commit | e921d2842ee8ca9e3dae8952e1cf2645cee785aa (patch) | |
tree | 79b71227c04d95ee726c5d13aab5974d37f33a0b /lib/libc/i386/gen/(public-mirror) | |
parent | 51098f0529f0d1cc532512e0eae9bfcffb8e68e4 (diff) |
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