svn commit: r233245 - in stable/8/sys: i386/conf netinet

Michael Tuexen tuexen at FreeBSD.org
Tue Mar 20 19:39:44 UTC 2012


Author: tuexen
Date: Tue Mar 20 19:39:44 2012
New Revision: 233245
URL: http://svn.freebsd.org/changeset/base/233245

Log:
  MFC r232724:
  Add support for stf interfaces.

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:37:05 2012	(r233244)
+++ stable/8/sys/netinet/sctp_bsd_addr.c	Tue Mar 20 19:39:44 2012	(r233245)
@@ -180,6 +180,7 @@ sctp_is_desired_interface_type(struct if
 	case IFT_SLIP:
 	case IFT_GIF:
 	case IFT_L2VLAN:
+	case IFT_STF:
 	case IFT_IP:
 	case IFT_IPOVERCDLC:
 	case IFT_IPOVERCLAW:


More information about the svn-src-all mailing list