mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
ofp-util: Add SCTP support
Reviewed-by: Simon Horman <horms@verge.net.au> Signed-off-by: Joe Stringer <joe@wand.net.nz> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -1034,11 +1034,13 @@ parse_protocol(const char *name, const struct protocol **p_out)
|
||||
{ "icmp", ETH_TYPE_IP, IPPROTO_ICMP },
|
||||
{ "tcp", ETH_TYPE_IP, IPPROTO_TCP },
|
||||
{ "udp", ETH_TYPE_IP, IPPROTO_UDP },
|
||||
{ "sctp", ETH_TYPE_IP, IPPROTO_SCTP },
|
||||
{ "ipv6", ETH_TYPE_IPV6, 0 },
|
||||
{ "ip6", ETH_TYPE_IPV6, 0 },
|
||||
{ "icmp6", ETH_TYPE_IPV6, IPPROTO_ICMPV6 },
|
||||
{ "tcp6", ETH_TYPE_IPV6, IPPROTO_TCP },
|
||||
{ "udp6", ETH_TYPE_IPV6, IPPROTO_UDP },
|
||||
{ "sctp6", ETH_TYPE_IPV6, IPPROTO_SCTP },
|
||||
{ "rarp", ETH_TYPE_RARP, 0},
|
||||
{ "mpls", ETH_TYPE_MPLS, 0 },
|
||||
{ "mplsm", ETH_TYPE_MPLS_MCAST, 0 },
|
||||
|
Reference in New Issue
Block a user