Displaying 1 result from an estimated 1 matches for "n680".
Did you mean:
680
2020 Feb 27
2
[Bug 1409] New: nft manpage makes confusing reference to logical operators
...tfilter.org
Reporter: cheetah-netfilter at fastcat.org
The nft manpage / docs say:
> Expressions can be combined using binary, logical, relational and other types of
> expressions to form complex or relational (match) expressions
http://git.netfilter.org/nftables/tree/doc/nft.txt#n680
However it's not clear if logical combinations are actually possible?
https://bugzilla.netfilter.org/show_bug.cgi?id=1202#c1 explicitly states that
disjunctions are definitely not supported, so logical OR, and XOR are right
out, and given that I'd say NAND almost certainly is too. The on...