CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/03 05:25:37
Modified files:
sys/net : if.c
Log message:
Do not clear M_PROTO1 flag before calling if_start() because pseudo-
drivers, like vlan(4), call if_enqueue() in their *start function.
Prevent an infinite recursion reported by Armin Wolfermann on bugs@.
