NetBSD-Bugs archive

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

PR/49196 CVS commit: src/sys/net



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49196 CVS commit: src/sys/net
Date: Mon, 15 Sep 2014 05:54:02 +0000

 Module Name:   src
 Committed By:  ozaki-r
 Date:          Mon Sep 15 05:54:02 UTC 2014
 
 Modified Files:
        src/sys/net: if_vlan.c
 
 Log Message:
 Leave promiscuous mode when detaching a parent (ifconfig -vlanif)
 
 We have to call ifpromisc(ifp, 0) for both a VLAN interface
 and its parent when they are in promiscuous mode.
 
 PR 49196
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.72 -r1.73 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