You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nexthdr section indicates if there are any extension headers and what they are. Currently ebpf code checks if nexthdr is TCP and ignores the packet if it isn't. Figure out and implement the correct way to handle nexthdr with IPv6 packets.
The text was updated successfully, but these errors were encountered:
The
nexthdr
section indicates if there are any extension headers and what they are. Currently ebpf code checks ifnexthdr
is TCP and ignores the packet if it isn't. Figure out and implement the correct way to handlenexthdr
with IPv6 packets.The text was updated successfully, but these errors were encountered: