sctp: support bridge interfaces
Reported by: Timo Völker Tested by: Timo Völker MFC after: 3 days
This commit is contained in:
@@ -174,6 +174,7 @@ sctp_is_desired_interface_type(struct ifnet *ifn)
|
||||
case IFT_IPOVERCLAW:
|
||||
case IFT_PROPVIRTUAL: /* NetGraph Virtual too */
|
||||
case IFT_VIRTUALIPADDRESS:
|
||||
case IFT_BRIDGE:
|
||||
result = 1;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user