Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 280c571e authored by Joe Stringer's avatar Joe Stringer Committed by Jesse Gross
Browse files

net: Add NEXTHDR_SCTP to ipv6.h



Signed-off-by: default avatarJoe Stringer <joe@wand.net.nz>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent 03f0d916
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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