summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2022-01-25 17:52:56 +0100
committerFlorian Westphal <fw@strlen.de>2022-01-29 13:36:25 +0100
commit5795a1b5b611fbf7a64be34b2675f88e8f9bbaef (patch)
tree5893e51e1eed0602d6abe365250e43da697787ee /iptables/nft.c
parent250dce876d924b9467ffa035af445912e86ea93b (diff)
nft-shared: support native tcp port range delinearize
adds support for nft ... tcp dport != min-max Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/nft.c')
-rw-r--r--iptables/nft.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/nft.c b/iptables/nft.c
index b5de687c..f7f59506 100644
--- a/iptables/nft.c
+++ b/iptables/nft.c
@@ -3529,6 +3529,7 @@ static const char *supported_exprs[] = {
"counter",
"immediate",
"lookup",
+ "range",
};