Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77357 - [iptables-nft] v1.8.9-1 Error: meta sreg key not supported
Attached to Project:
Arch Linux
Opened by Philipp Richter (popsUlfr) - Thursday, 02 February 2023, 10:35 GMT
Last edited by Toolybird (Toolybird) - Monday, 06 March 2023, 21:08 GMT
Opened by Philipp Richter (popsUlfr) - Thursday, 02 February 2023, 10:35 GMT
Last edited by Toolybird (Toolybird) - Monday, 06 March 2023, 21:08 GMT
|
DetailsDescription:
iptables spits out an error after upgrading to iptables-nft v1.8.9-1 # iptables -nvL Error: meta sreg key not supported iptables v1.8.9 (nf_tables): Parsing nftables rule failed Perhaps iptables or your kernel needs to be upgraded. Downgrading to 1:1.8.8-3 fixes the issue. I noticed this when my libvirtd default network refused to start libvirtd[15463]: internal error: Failed to apply firewall rules /usr/bin/ip6tables -w --table filter --list-rules: Error: meta sreg key not supported ip6tables v1.8.9 (nf_tables): Parsing nftables rule failed Perhaps ip6tables or your kernel needs to be upgraded. Additional info: * iptables-nft 1:1.8.9-1 Steps to reproduce: * Install iptables-nft 1:1.8.9-1 * Run 'iptables -nvL' |
This task depends upon
table ip filter {
chain DOCKER-USER {
meta mark set 0x000003b3 comment "docker"
}
chain CNI-ADMIN {
meta mark set 0x000003b4 comment "CNI"
}
}
table ip6 filter {
chain DOCKER-USER {
meta mark set 0x000003b3 comment "docker"
}
chain CNI-ADMIN {
meta mark set 0x000003b4 comment "CNI"
}
}
[1] https://bugzilla.netfilter.org/show_bug.cgi?id=1632
Best Regards,
Philipp Richter