diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-05-24 21:54:36 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-05-24 22:16:13 +0200 |
commit | 3b4f35eee51884f581223188a71f84ef782eb726 (patch) | |
tree | 64fe7fb4c0212bd1dd325e327989372ad2038dce /src/xfrm.c | |
parent | f92636da30ec96f45a2eeaac025714de968b586a (diff) |
evaluate: allow == and != in the new shortcut syntax to match for flags
The flags / mask syntax only allows for ==, != and the implicit
operation (which is == in this case).
# nft add rule x y tcp flags ! syn / syn,ack
Error: either == or != is allowed
add rule x y tcp flags ! syn / syn,ack
^^^^^^^^^^^^^^^^^^^^^^^^^
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/xfrm.c')
0 files changed, 0 insertions, 0 deletions