Skip to content

Commit

Permalink
Fix issue p4lang#98: ipsec ESP protocol id
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhide committed Dec 13, 2022
1 parent d23d564 commit c166ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ipsec-acc.p4
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern void recirc_packet();

#define IP_PROTO_TCP 0x06
#define IP_PROTO_UDP 0x11
#define IP_PROTO_ESP 0x50
#define IP_PROTO_ESP 50

typedef bit<48> EthernetAddress;

Expand Down

0 comments on commit c166ad1

Please sign in to comment.