Displaying 1 result from an estimated 1 matches for "blacklist6".
Did you mean:
blacklist
2016 Nov 25
1
[Bug 1100] New: Support 'nft flush set'
...Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: phil at nwl.cc
Trying to flush a set just like one would (successfully) with a chain or table
feels natural but sadly is not supported at all:
$ sudo ./git/nftables/src/nft flush set inet filter blacklist6
BUG: invalid command object type 2
nft: rule.c:1245: do_command_flush: Assertion `0' failed.
zsh: abort sudo ./git/nftables/src/nft flush set inet filter blacklist6
Although the output reads 'BUG', this is actually not - it's merely an
unimplemented feature.
Others seem to h...