diff options
author | 2009-03-16 15:52:11 +0100 | |
---|---|---|
committer | 2009-03-16 15:52:11 +0100 | |
commit | d1238d5337e8e53cddea77c2a26d26b6eb5a982f (patch) | |
tree | 89f8cf58ffbd7f20665f88954df5ec4136b8d73b /include | |
parent | netfilter: conntrack: fix dropping packet after l4proto->packet() (diff) | |
download | wireguard-linux-d1238d5337e8e53cddea77c2a26d26b6eb5a982f.tar.xz wireguard-linux-d1238d5337e8e53cddea77c2a26d26b6eb5a982f.zip |
netfilter: conntrack: check for NEXTHDR_NONE before header sanity checking
NEXTHDR_NONE doesn't has an IPv6 option header, so the first check
for the length will always fail and results in a confusing message
"too short" if debugging enabled. With this patch, we check for
NEXTHDR_NONE before length sanity checkings are done.
Signed-off-by: Christoph Paasch <christoph.paasch@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions