From: Florian Westphal <fw@strlen.de>
To: ѽ҉ᶬḳ℠ <vtol@gmx.net>
Cc: "netfilter@vger.kernel.org" <netfilter@vger.kernel.org>
Subject: Re: [nftables 0.9.2 | kernel 4.19.93] dropping ct state untracked stops ipv6 connectivity
Date: Wed, 18 Mar 2020 13:07:26 +0100 [thread overview]
Message-ID: <20200318120726.GA13921@breakpoint.cc> (raw)
In-Reply-To: <9a55ac25-719e-49fb-c414-7467e67cb686@gmx.net>
ѽ҉ᶬḳ℠ <vtol@gmx.net> wrote:
> This works (i.e. ipv4 and ipv6 connectivity)
>
> table inet filter {
> chain input {
> type filter hook input priority filter; policy drop;
> ct state established,related accept
> ct state invalid drop
> }
>
> }
>
> This cuts ipv6 connectivity entirely (ipv4 connectivity works)
>
> table inet filter {
> chain input {
> type filter hook input priority filter; policy drop;
> ct state established,related accept
> ct state invalid,untracked drop
Yes.
> It reproduces on each toggle: ct state invalid,untracked drop <-> ct state
> invalid drop (ct db/cache needs to clear in between toggling).
> Enabled logging but nothing been printed that would provide a hint.
>
> Is this something to be expected, and if so why, or is it a bug in kernel /
> nft?
Expected, conntrack marks icmpv6 neigh resolution as untracked.
next prev parent reply other threads:[~2020-03-18 12:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-18 12:05 [nftables 0.9.2 | kernel 4.19.93] dropping ct state untracked stops ipv6 connectivity ѽ҉ᶬḳ℠
2020-03-18 12:07 ` Florian Westphal [this message]
2020-03-18 12:16 ` ѽ҉ᶬḳ℠
2020-03-18 12:28 ` Florian Westphal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200318120726.GA13921@breakpoint.cc \
--to=fw@strlen.de \
--cc=netfilter@vger.kernel.org \
--cc=vtol@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.