Displaying 1 result from an estimated 1 matches for "122611".
Did you mean:
122,11
2024 Jan 06
10
[Bug 1730] New: nft does not handle IPv6 addresses with embedded IPv4 addresses
...All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: antonio.ojea.garcia at gmail.com
Originally reported by Lars Ekman in Kubernetes
https://github.com/kubernetes/kubernetes/issues/122611 , all credit to him
The rfc5952 seems to accept "embedded ipv4" addresses, and iptables accept
them, however, nft does not
This works
ip6tables -A INPUT -s fd00::10.0.0.1/128 -j DROP
This does not
nft -v
nftables v1.0.9 (Old Doc Yak #3)
nft add table ip6 test6
nft 'add chain ip6...