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>
https://bugzilla.netfilter.org/show_bug.cgi?id=1286
Florian Westphal <fw at strlen.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |fw at strlen.de
Assignee|pablo at netfilter.org |fw at strlen.de
--- Comment #1 from Florian Westphal <fw at strlen.de> ---
(In reply to Arturo Borrero Gonzalez from comment #0)> $ sudo iptables -Z foo # REGRESSION ???
> iptables v1.8.1 (nf_tables): (null) failed (Operation not supported):
chain
> foo
Seems this was never implemented properly, I will have a look.
--
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/20181103/fd0a76e7/attachment.html>
https://bugzilla.netfilter.org/show_bug.cgi?id=1286
Avuton Olrich <avuton at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |avuton at gmail.com
--
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/20181105/a4a69d93/attachment.html>
https://bugzilla.netfilter.org/show_bug.cgi?id=1286
Florian Westphal <fw at strlen.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Florian Westphal <fw at strlen.de> ---
fixed via
http://git.netfilter.org/iptables/commit/?id=c59ba1b19b20c97e006fae7163ebb211b6f9098b
--
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/20181105/89387adc/attachment.html>