Displaying 1 result from an estimated 1 matches for "bugnftables".
2018 May 03
3
[Bug 1254] New: nft commandline tool can't parse negative priority values.
...values.
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: bugnftables at mailinator.com
nft add chain raw PREROUTING { type filter hook prerouting priority -300\; }
nft add chain raw PREROUTING { type filter hook prerouting priority -300 \; }
nft: invalid option -- '3'
Tried different variants, tried to escape the - minus and set it into "&'....