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
netfilter: xtables: fix a bunch of typos causing some targets to not load on IPv6
The xt_NFLOG and xt_MARK changes were added with the wrong family
in 0bfcb7b, which seems to just have been a typo,
but now ip6tables rules with --set-mark don't work anymore,
which is pretty bad.
Pablo spotted another typo introduced in the same commit in xt_TRACE.
Fixes: 0bfcb7b ("netfilter: xtables: avoid NFPROTO_UNSPEC where needed")
Reviewed-by: Phil Sutter <[email protected]>
Signed-off-by: Ilya Katsnelson <[email protected]>
Cherry-picked-for: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/87
0 commit comments