git: 631d6cc0275c - stable/14 - sctp: support bridge interfaces
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jan 2026 15:32:22 UTC
The branch stable/14 has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=631d6cc0275c301bff27aa507a0d8922619d88cc
commit 631d6cc0275c301bff27aa507a0d8922619d88cc
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2026-01-20 17:04:35 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2026-01-21 15:30:09 +0000
sctp: support bridge interfaces
Reported by: Timo Völker
Tested by: Timo Völker
(cherry picked from commit 8d82dafa568baf7be46e5e443dd7310986a28aa9)
---
sys/netinet/sctp_bsd_addr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/netinet/sctp_bsd_addr.c b/sys/netinet/sctp_bsd_addr.c
index ac715d8298ec..f1c364d7b57a 100644
--- a/sys/netinet/sctp_bsd_addr.c
+++ b/sys/netinet/sctp_bsd_addr.c
@@ -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: