* nftables element not in set
@ 2021-07-22 22:50 Stephen Satchell
2021-07-22 23:03 ` Florian Westphal
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Satchell @ 2021-07-22 22:50 UTC (permalink / raw)
To: netfilter
As the documentation currently reads, you can use set expressions like this:
tcp dport {22,8022} accept
Is there anything in the nftables syntax that permits detecting the
absence of a match? Something like
tcp not dport {22,8022}
or
tcp dport not in {22,8022}
All the examples and descriptions have netfilter only test for set
union, not for set difference.
What am I missing here?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-22 23:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-22 22:50 nftables element not in set Stephen Satchell
2021-07-22 23:03 ` Florian Westphal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox