CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/17 18:25:06
Modified files:
sys/net : if_ethersubr.c
Log message:
Packets that make it to ether_input that have M_VLANTAG set must be dropped.
vlan(4) clears M_VLANTAG when a tag matches but if the tag is still there
it means that the vlan is not configured on the interface.
Found with mpi@ and rzalamena@ while discussing various vlan troubles.
