add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h
authorSzabolcs Nagy <nsz@port70.net>
Sat, 20 Aug 2016 15:04:25 +0000 (17:04 +0200)
committerRich Felker <dalias@aerifal.cx>
Tue, 30 Aug 2016 19:58:23 +0000 (15:58 -0400)
for GPRS tunneling protocol, new in linux commit
459aa660eb1d8ce67080da1983bb81d716aa5a69

include/netinet/udp.h

index b1b0eb819af5d2843103311b00eee2b137ca6600..030e8fb2c47a0c204a734644e1b82eace61da652 100644 (file)
@@ -28,6 +28,8 @@ struct udphdr {
 #define UDP_ENCAP_ESPINUDP_NON_IKE 1
 #define UDP_ENCAP_ESPINUDP     2
 #define UDP_ENCAP_L2TPINUDP    3
+#define UDP_ENCAP_GTP0         4
+#define UDP_ENCAP_GTP1U                5
 
 #define SOL_UDP            17