git: 8d82dafa568b - main - sctp: support bridge interfaces
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jan 2026 17:10:00 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=8d82dafa568baf7be46e5e443dd7310986a28aa9
commit 8d82dafa568baf7be46e5e443dd7310986a28aa9
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2026-01-20 17:04:35 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2026-01-20 17:06:17 +0000
sctp: support bridge interfaces
Reported by: Timo Völker
Tested by: Timo Völker
MFC after: 3 days
---
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: