sctp: support bridge interfaces

Reported by:	Timo Völker
Tested by:	Timo Völker
MFC after:	3 days
This commit is contained in:
Michael Tuexen
2026-01-20 18:04:35 +01:00
parent 8e1c85f032
commit 8d82dafa56
+1
View File
@@ -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: