Fix a bug where vlan interfaces are not supported by SCTP.

Approved by: rrs (mentor)
MFC after: 3 days
This commit is contained in:
Michael Tuexen 2009-08-28 08:41:59 +00:00
parent 9231d35f4d
commit 2b77dd0181
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196610

View file

@ -175,6 +175,7 @@ sctp_is_desired_interface_type(struct ifaddr *ifa)
case IFT_LOOP:
case IFT_SLIP:
case IFT_GIF:
case IFT_L2VLAN:
case IFT_IP:
case IFT_IPOVERCDLC:
case IFT_IPOVERCLAW: