https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263783
--- Comment #74 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e921d2842ee8ca9e3dae8952e1cf2645cee785aa commit e921d2842ee8ca9e3dae8952e1cf2645cee785aa Author: Zhenlei Huang <[email protected]> AuthorDate: 2025-09-03 17:19:37 +0000 Commit: Zhenlei Huang <[email protected]> CommitDate: 2025-09-03 17:19:37 +0000 umb: Fix setting the input routine 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 <[email protected]> Tested by: Andre Albsmeier <[email protected]> Differential Revision: https://reviews.freebsd.org/D52182 sys/dev/usb/net/if_umb.c | 4 ---- 1 file changed, 4 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
