Displaying 1 result from an estimated 1 matches for "do_command_flush".
2016 Nov 25
1
[Bug 1100] New: Support 'nft flush set'
...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 have gone through quite some pain in order to work around this
limitatio...