Module Name: src Committed By: martin Date: Mon Sep 22 10:44:37 UTC 2014
Modified Files: src/sbin/ifconfig [netbsd-7]: ifconfig.8 vlan.c src/sys/net [netbsd-7]: if_vlan.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #108): sbin/ifconfig/vlan.c: revision 1.14 sbin/ifconfig/ifconfig.8: revision 1.108 sys/net/if_vlan.c: revision 1.71-1.74 Document -vlanif in ifconfig.8 and in usage measseg (PR 49114). Leave promiscuous mode when detaching a parent (PR 49196) and delete link local addresses (49197). Restore vlan_ioctl overwritten by ether_ifdetach in vlan_unconfig (PR 49112). Call if_input of vlan interface itself, not parent one. This allows bridging vlan interfaces again. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.106.4.1 src/sbin/ifconfig/ifconfig.8 cvs rdiff -u -r1.13 -r1.13.24.1 src/sbin/ifconfig/vlan.c cvs rdiff -u -r1.70 -r1.70.2.1 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.