summarylogtreecommitdiffstats
path: root/xt_FULLCONENAT.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xt_FULLCONENAT.c.patch')
-rw-r--r--xt_FULLCONENAT.c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/xt_FULLCONENAT.c.patch b/xt_FULLCONENAT.c.patch
new file mode 100644
index 000000000000..1359b46c41e7
--- /dev/null
+++ b/xt_FULLCONENAT.c.patch
@@ -0,0 +1,11 @@
+--- a/xt_FULLCONENAT.c
++++ b/xt_FULLCONENAT.c
+@@ -472,7 +472,7 @@ static unsigned int fullconenat_tg(struct sk_buff *skb, const struct xt_action_p
+
+ struct nat_mapping *mapping, *src_mapping;
+ unsigned int ret;
+- struct nf_nat_range newrange;
++ struct nf_nat_range2 newrange;
+
+ __be32 new_ip, ip;
+ uint16_t port, original_port, want_port;