summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2012-03-12 15:05:17 +0000
committerrrs <rrs@FreeBSD.org>2012-03-12 15:05:17 +0000
commit83f08b992d7b94947c9227ccee5bfd038b71eae5 (patch)
treec8d74e2faa9cd2a59600085a73554b47a69c6cb9 /sys/netinet
parentc614ff641f951a75a93d083b1980b4bd3480b949 (diff)
downloadFreeBSD-src-83f08b992d7b94947c9227ccee5bfd038b71eae5.zip
FreeBSD-src-83f08b992d7b94947c9227ccee5bfd038b71eae5.tar.gz
This fixes PR 165210. Basically we just
add in the netgraph interface to the list of acceptable interfaces. A todo at the next IETF code blitz, though is we need to review why we screen interfaces, there was a reason ;-). PR: 165210 MFC after: 1 week
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_bsd_addr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_bsd_addr.c b/sys/netinet/sctp_bsd_addr.c
index 58e7db7..394d1ec 100644
--- a/sys/netinet/sctp_bsd_addr.c
+++ b/sys/netinet/sctp_bsd_addr.c
@@ -184,6 +184,7 @@ sctp_is_desired_interface_type(struct ifaddr *ifa)
case IFT_IP:
case IFT_IPOVERCDLC:
case IFT_IPOVERCLAW:
+ case IFT_PROPVIRTUAL: /* NetGraph Virtual too */
case IFT_VIRTUALIPADDRESS:
result = 1;
break;
OpenPOWER on IntegriCloud