Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2012 19:42:40 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r233246 - in stable/8/sys: i386/conf netinet
Message-ID:  <201203201942.q2KJgefN034954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tuexen
Date: Tue Mar 20 19:42:40 2012
New Revision: 233246
URL: http://svn.freebsd.org/changeset/base/233246

Log:
  MFC r232866:
  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 ;-).
  From rrs@.

Modified:
  stable/8/sys/netinet/sctp_bsd_addr.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/boot/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/e1000/   (props changed)
  stable/8/sys/i386/conf/XENHVM   (props changed)

Modified: stable/8/sys/netinet/sctp_bsd_addr.c
==============================================================================
--- stable/8/sys/netinet/sctp_bsd_addr.c	Tue Mar 20 19:39:44 2012	(r233245)
+++ stable/8/sys/netinet/sctp_bsd_addr.c	Tue Mar 20 19:42:40 2012	(r233246)
@@ -184,6 +184,7 @@ sctp_is_desired_interface_type(struct if
 	case IFT_IP:
 	case IFT_IPOVERCDLC:
 	case IFT_IPOVERCLAW:
+	case IFT_PROPVIRTUAL:	/* NetGraph Virtual too */
 	case IFT_VIRTUALIPADDRESS:
 		result = 1;
 		break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203201942.q2KJgefN034954>