[Bug 1380] New: please enable adding networks to named set
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Nov 8 10:20:18 CET 2019
https://bugzilla.netfilter.org/show_bug.cgi?id=1380
Bug ID: 1380
Summary: please enable adding networks to named set
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: oz42 at oz42.eu
Please enable a feature so that we can add networks and not just single IP
addresses to a set:
root at nft:~# nft add element inet filter blacklist { 1.2.3.4 }
root at nft:~# nft add element inet filter blacklist { 1.2.3.0/24 }
Error: Set member cannot be prefix, missing interval flag on declaration
add element inet filter blacklist { 1.2.3.0/24 }
^^^^^^^^^^
Without this feature I have to use iptables. :-(
--
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/20191108/70414c02/attachment.html>
More information about the netfilter-buglog
mailing list