Fix a bug where vlan interfaces are not supported by SCTP.
Approved by: rrs (mentor) MFC after: 3 days
This commit is contained in:
parent
9231d35f4d
commit
2b77dd0181
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user