summarylogtreecommitdiffstats
path: root/xt_FULLCONENAT.c.patch
blob: 1359b46c41e7efb99f1f003539322376351a2108 (plain)
1
2
3
4
5
6
7
8
9
10
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;