[Bug 1299] add set - syntax has changed - update documentation
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Nov 16 19:47:29 CET 2018
https://bugzilla.netfilter.org/show_bug.cgi?id=1299
Florian Westphal <fw at strlen.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fw at strlen.de
--- Comment #1 from Florian Westphal <fw at strlen.de> ---
(In reply to James Feeney from comment #0)
> $ sudo nft list tables
> table inet filter
> table ip nat
> table ip private
>
> $ sudo nft add set filter foreign \{ type ipv4_addr \; \}
> Error: Could not process rule: No such file or directory
> add set filter foreign { type ipv4_addr ; }
> ^^^^^^
This is short for 'nft add set ip filter', but there is no
table named 'filter' in the ip family.
I would very much like to enforce family, but it might break
existing scripts.
--
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/20181116/125ad69e/attachment.html>
More information about the netfilter-buglog
mailing list