ether_input: Defer promiscous packet discarding until vlan is processed
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 5 Apr 2009 03:38:23 +0000 (11:38 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 5 Apr 2009 03:38:23 +0000 (11:38 +0800)
commit469c71d1f6bd6a094b41492eeaefd40b69892068
treeb43e99fe502b1ff2849866265700928ba92052d7
parentd1859e789729e600180a7da95edcd1f390cf60f1
ether_input: Defer promiscous packet discarding until vlan is processed

This is the one of the precondition to make vlan/bridge work: preventing
packets from being dropped prematurely by vlan's parent interface.
sys/net/if_ethersubr.c