Kernel: Add IPsec ESP and AH protocol numbers

This commit is contained in:
Tim Schumacher 2022-05-02 20:10:04 +02:00 committed by Andreas Kling
parent 098af0f846
commit 7dd4648565
Notes: sideshowbarker 2024-07-17 11:18:41 +09:00

View file

@ -48,6 +48,8 @@ extern "C" {
#define IPPROTO_TCP 6
#define IPPROTO_UDP 17
#define IPPROTO_IPV6 41
#define IPPROTO_ESP 50
#define IPPROTO_AH 51
#define IPPROTO_ICMPV6 58
#define IPPROTO_RAW 255