p4lang / pna

Portable NIC Architecture
Apache License 2.0
55 stars 21 forks source link

Minor bug in IPsec example program #98

Open jafingerhut opened 1 year ago

jafingerhut commented 1 year ago

@pbhide This line has incorrect IP protocol for ESP. Should be decimal 50, not hex 0x50: https://github.com/p4lang/pna/blob/main/examples/ipsec-acc.p4#L34