Allow gif interfaces to be added as span ports, the user may want to send a

copy of all packets to the other side of the world.
This commit is contained in:
Andrew Thompson 2006-06-20 21:28:18 +00:00
parent fb595e7a9b
commit 690d79381a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159807

View File

@ -1363,6 +1363,7 @@ bridge_ioctl_addspan(struct bridge_softc *sc, void *arg)
switch (ifs->if_type) {
case IFT_ETHER:
case IFT_GIF:
case IFT_L2VLAN:
break;
default: