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:
parent
fb595e7a9b
commit
690d79381a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159807
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user