Clear the PROMISC flag from the vlan interface when we remove a member. We

checked for IFT_L2VLAN in bridge_ioctl_add() but not bridge_delete_member().

Approved by:	mlaier (mentor)
This commit is contained in:
Andrew Thompson 2005-07-20 19:42:51 +00:00
parent ec9c9e7363
commit 12b47243c6

View File

@ -676,6 +676,7 @@ bridge_delete_member(struct bridge_softc *sc, struct bridge_iflist *bif)
switch (ifs->if_type) {
case IFT_ETHER:
case IFT_L2VLAN:
/*
* Take the interface out of promiscuous mode.
*/