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, 0 insertions, 11 deletions
diff --git a/xt_FULLCONENAT.c.patch b/xt_FULLCONENAT.c.patch
deleted file mode 100644
index 1359b46c41e7..000000000000
--- a/xt_FULLCONENAT.c.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;