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
An IPv6 extension header will be located after the IPv6 header. There could be one or more extension header before the layer 4 header.
The current packet preprocessing logic defined by bpfilter always assume nextheadr contains the layer 4 header, meaning IPv6 packets containing extension headers are not properly preprocessed.
The text was updated successfully, but these errors were encountered:
An IPv6 packet's
nextheader
field can contain one of the following information:An IPv6 extension header will be located after the IPv6 header. There could be one or more extension header before the layer 4 header.
The current packet preprocessing logic defined by
bpfilter
always assumenextheadr
contains the layer 4 header, meaning IPv6 packets containing extension headers are not properly preprocessed.The text was updated successfully, but these errors were encountered: