NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49114 CVS commit: [netbsd-7] src



The following reply was made to PR misc/49114; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49114 CVS commit: [netbsd-7] src
Date: Mon, 22 Sep 2014 10:44:37 +0000

 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.
 


Home | Main Index | Thread Index | Old Index