Displaying 1 result from an estimated 1 matches for "oz42".
2019 Nov 08
9
[Bug 1380] New: please enable adding networks to named set
...ng 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...