mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
Add a check that the protocol version field matches the expected value when parsing IPv4 and IPv6 headers. This makes it possible to parse an IP header that we don't know the version of (such as on interfaces that don't use an Ethernet header). Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>