Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: ozaki-r
Date: Fri Sep 12 04:10:24 UTC 2014
Modified Files:
src/sys/net: if_vlan.c
Log Message:
Call if_input of vlan interface itself, not parent's one
And also we need to drop M_PROMISC before calling if_input;
it was originally at just before bridge_input in ether_input.
Then we can bridge vlan interfaces again.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/net/if_vlan.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index