Skip to content

Commit

Permalink
utils: add IP protocol numbers for IPsec
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjinhan authored and chris3torek committed Jul 30, 2018
1 parent 9da090f commit 9ebc565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/utils/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ struct[[gnu::packed]] Ipv4 {
kUdp = 17,
kIpv6 = 41, // IPv6-in-IPv4
kGre = 47,
kEsp = 50, // IPsec ESP (Encapsulating Security Payload)
kAh = 51, // IPsec AH (Authentication Header)
kSctp = 132,
kUdpLite = 136,
kMpls = 137, // MPLS-in-IPv4
Expand Down

0 comments on commit 9ebc565

Please sign in to comment.