Module Name: src Committed By: msaitoh Date: Fri Jan 13 06:11:56 UTC 2017
Modified Files: src/sys/net: if_ethersubr.c if_vlan.c Log Message: Fix a bug that the parent interface's callback wasn't called when the vlan interface is configured. A callback function uses VLAN_ATTACHED() function which check ec->ec_nvlans, the value should be incremented before calling the callback. This bug was added in if_vlan.c rev. 1.83 (2015/11/19). To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/sys/net/if_ethersubr.c cvs rdiff -u -r1.93 -r1.94 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.