Spotted first on 6.11.4, also present on 6.11.5, after moving up from 6.11.3 with same config ip6tables is no longer able to use MARK: ip6tables -A FORWARD -p 58 --icmpv6-type 128 -j MARK --set-mark 1 -m comment --comment "PINGS" bails out with -- MARK: bad value for option "--set-mark", or out of range (0-4294967295) -- Of course module is verified compiled and loaded.
* https://lore.kernel.org/regressions/64702a91-e8c8-4d9e-92a0-e53c58e5ff77@leemhuis.info/T/#u * https://lore.kernel.org/regressions/Zxda-7wzYe6WypX5@calendula/T/#t
(In reply to Alexander Stoll from comment #0) > Spotted first on 6.11.4, also present on 6.11.5, after moving up from 6.11.3 > with same config ip6tables is no longer able to use MARK: > > ip6tables -A FORWARD -p 58 --icmpv6-type 128 -j MARK --set-mark 1 -m comment > --comment "PINGS" > > bails out with > > -- > MARK: bad value for option "--set-mark", or out of range (0-4294967295) > -- > > Of course module is verified compiled and loaded. Can you test the patch reference in URL: ?
Already done, looks good, seems fixed with patched typos...
(In reply to Alexander Stoll from comment #3) > Already done, looks good, seems fixed with patched typos... ty
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bedd938701cb9c5c68dbf99b5f6bdcdba756e09 commit 7bedd938701cb9c5c68dbf99b5f6bdcdba756e09 Author: Mike Pagano <mpagano@gentoo.org> AuthorDate: 2024-10-25 21:09:49 +0000 Commit: Mike Pagano <mpagano@gentoo.org> CommitDate: 2024-10-25 21:09:49 +0000 sys-kernel/gentoo-sources: netfilter: xtables: fix typo Fix typo causing some targets not to load on IPv6 Closes: https://bugs.gentoo.org/941988 Signed-off-by: Mike Pagano <mpagano@gentoo.org> sys-kernel/gentoo-sources/Manifest | 3 ++ .../gentoo-sources/gentoo-sources-6.11.5-r1.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfc99dd60a7bcd661947bfb6c6a7c8cf851bae9 commit 3cfc99dd60a7bcd661947bfb6c6a7c8cf851bae9 Author: Mike Pagano <mpagano@gentoo.org> AuthorDate: 2024-10-25 21:09:02 +0000 Commit: Mike Pagano <mpagano@gentoo.org> CommitDate: 2024-10-25 21:09:02 +0000 sys-kernel/gentoo-sources: netfilter: xtables: fix typo Fix typo causing some targets not to load on IPv6 Bug: https://bugs.gentoo.org/941988 Signed-off-by: Mike Pagano <mpagano@gentoo.org> sys-kernel/gentoo-sources/Manifest | 3 +++ .../gentoo-sources/gentoo-sources-6.6.58-r1.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 30 insertions(+)