git: d4d13a5e1647 - stable/15 - sctp: support bridge interfaces
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Jan 2026 19:55:56 UTC
The branch stable/15 has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=d4d13a5e16472bc20307a026e645576c7508a611
commit d4d13a5e16472bc20307a026e645576c7508a611
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2026-01-20 17:04:35 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2026-01-21 19:55:36 +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: