[Bug 1286] New: -Z regression
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Nov 2 09:46:51 CET 2018
https://bugzilla.netfilter.org/show_bug.cgi?id=1286
Bug ID: 1286
Summary: -Z regression
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: iptables over nftable
Assignee: pablo at netfilter.org
Reporter: arturo at debian.org
Using iptables-nft version 1.8.1, bugs from Debian:
* https://bugs.debian.org/912610
* https://bugs.debian.org/911986
With legacy:
$ sudo iptables-legacy --version
iptables v1.8.1 (legacy)
$ sudo iptables-legacy -N foo
$ sudo iptables-legacy -L foo
Chain foo (0 references)
target prot opt source destination
$ sudo iptables-legacy -Z foo
$ sudo iptables-legacy -X foo
And with nf_tables:
$ sudo iptables --version
iptables v1.8.1 (nf_tables)
$ sudo iptables -N foo
$ sudo iptables -L foo
Chain foo (0 references)
target prot opt source destination
# Warning: iptables-legacy tables present, use iptables-legacy to see them
$ sudo iptables -Z foo # REGRESSION ???
iptables v1.8.1 (nf_tables): (null) failed (Operation not supported): chain
foo
$ sudo iptables -X foo
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20181102/7f3e9d37/attachment.html>
More information about the netfilter-buglog
mailing list