Bug#933531: accept hostnames with one IPv4 address and one IPv6 address in single-stack chain?

2019-08-27 Thread Arturo Borrero Gonzalez
Control: tags -1 wontfix On Wed, 31 Jul 2019 18:54:42 +1000 "Trent W. Buck" wrote: > Package: nftables > Version: 0.9.1-2 > Severity: wishlist > > In iptables-restore, if a hostname has 3 addresses, you will end up with 3 > rules, e.g. > > -A INPUT -d www -j ACCEPT > > --expands

Bug#933531: accept hostnames with one IPv4 address and one IPv6 address in single-stack chain?

2019-07-31 Thread Trent W. Buck
Package: nftables Version: 0.9.1-2 Severity: wishlist In iptables-restore, if a hostname has 3 addresses, you will end up with 3 rules, e.g. -A INPUT -d www -j ACCEPT --expands to--> -A INPUT -d 127.0.0.1 -j ACCEPT -A INPUT -d 10.0.0.1 -j ACCEPT -A INPUT -d 172.16.0.1