summaryrefslogtreecommitdiffstats
path: root/iptables/nft-shared.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2022-01-25 17:52:57 +0100
committerFlorian Westphal <fw@strlen.de>2022-01-29 13:38:08 +0100
commit5489493e6590b35765f676d6638c696bfe00c4b4 (patch)
tree5c9e132e3ef7e0bcb93cdce9707f2312cc5a1a16 /iptables/nft-shared.h
parent5795a1b5b611fbf7a64be34b2675f88e8f9bbaef (diff)
nft-shared: support native udp port delinearize
same as previous patch, but for udp. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/nft-shared.h')
-rw-r--r--iptables/nft-shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/nft-shared.h b/iptables/nft-shared.h
index 1468d560..0716c8f4 100644
--- a/iptables/nft-shared.h
+++ b/iptables/nft-shared.h
@@ -56,6 +56,7 @@ struct nft_xt_ctx {
const char *table;
union {
struct xt_tcp *tcp;
+ struct xt_udp *udp;
} tcpudp;
uint32_t reg;