Module Name: src Committed By: maxv Date: Mon Jan 15 12:17:05 UTC 2018
Modified Files: src/sys/net: if_ethersubr.c Log Message: Fix a bug in the VLAN path: there's an inverted logic, the mbuf needs to be bigger than struct ether_vlan_header, not smaller. Meanwhile add a KASSERT in the LLC path. To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/sys/net/if_ethersubr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.