bugzilla-daemon at netfilter.org
2018-Oct-17 08:39 UTC
[Bug 1283] New: names must be strings
https://bugzilla.netfilter.org/show_bug.cgi?id=1283 Bug ID: 1283 Summary: names must be strings Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: koetter at luis.uni-hannover.de With ipset it was possible to use : in set names, nft does not allow ":" in names and does not accept quoted_strings as set names. On the other hand {addr,time,dec,hex}string and ip6addr_rfc2732 are accepted as set name. So you can have a set named ::1, but you can't have a set named "blocked:host:ip" and "blocked:host:ip6". In case : is not acceptable in set names for syntax reasons, I'd be fine with using quoted strings for non-alphanumeric set names. Seems like this issue applies to everything using identifier (STRING as acceptable type), including tables chains sets flowtables objects. nft -v nftables v0.9.0 (Fearless Fosdick) Linux p0 4.18.0-0.bpo.1-amd64 #1 SMP Debian 4.18.6-1~bpo9+1 (2018-09-13) x86_64 GNU/Linux -- 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/20181017/b6d3cf5e/attachment.html>
https://bugzilla.netfilter.org/show_bug.cgi?id=1283 kfm at plushkava.net changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.netfilter. | |org/show_bug.cgi?id=1175 CC| |kfm at plushkava.net -- 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/20200828/79de377a/attachment-0001.html>
Seemingly Similar Threads
- [Bug 1330] New: Parse error for importing set with netmask
- [Bug 1336] New: "nft reset counters" does not respect -j option for JSON output
- [Bug 1314] New: nft reset quotas does not reset anonymous quotas
- [Bug 1402] New: Race errors with nft
- [Bug 1279] New: manpage documentation inconsistencies