Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 11/12/2000 21:39:43
Module Name: syssrc
Committed By: bouyer
Date: Sun Nov 12 19:39:43 UTC 2000
Modified Files:
syssrc/sys/net: if_vlan.c
Log Message:
In vlan_config(), filter flags inherited from parent interface to
(IFF_UP | IFF_BROADCAST | IFF_RUNNING | IFF_ALLMULTI | IFF_SIMPLEX)
Without this, if the parent is OACTIVE of PROMISC at config time, we
loose.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/net/if_vlan.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.