From: Joe Stringer <[email protected]> Signed-off-by: Joe Stringer <[email protected]> Signed-off-by: Jesse Gross <[email protected]> --- include/net/ipv6.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 5fe5649..7bdff04 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -41,6 +41,7 @@ #define NEXTHDR_ICMP 58 /* ICMP for IPv6. */ #define NEXTHDR_NONE 59 /* No next header */ #define NEXTHDR_DEST 60 /* Destination options header. */ +#define NEXTHDR_SCTP 132 /* SCTP message. */ #define NEXTHDR_MOBILITY 135 /* Mobility header. */ #define NEXTHDR_MAX 255 -- 1.8.1.2 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
