Skip to content

Commit

Permalink
Merge pull request #102 from pbhide/pna_ipsec_fix
Browse files Browse the repository at this point in the history
Fix issue #98: ipsec ESP protocol id
  • Loading branch information
jafingerhut authored Dec 13, 2022
2 parents d23d564 + c166ad1 commit 3cba616
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 3cba616

Please sign in to comment.