]> git.pld-linux.org Git - packages/iptables.git/blob - iptables-IPMARK-fix.patch
- require llh 2.6.7.0-3 (previous versions had broken ip{,6}t API)
[packages/iptables.git] / iptables-IPMARK-fix.patch
1 --- iptables-1.2.8_20030605/extensions/libipt_IPMARK.c.org      Thu Jun  5 09:55:41 2003
2 +++ iptables-1.2.8_20030605/extensions/libipt_IPMARK.c  Thu Jun  5 09:52:09 2003
3 @@ -33,7 +33,7 @@
4  "  --and-mask value       logical AND ip address with this value becomes MARK\n"
5  "  --or-mask value        logical OR ip address with this value becomes MARK\n"
6  "\n",
7 -NETFILTER_VERSION);
8 +IPTABLES_VERSION);
9  }
10  
11  static struct option opts[] = {
12 @@ -152,7 +152,7 @@
13  struct iptables_target ipmark
14  = { NULL,
15      "IPMARK",
16 -    NETFILTER_VERSION,
17 +    IPTABLES_VERSION,
18      IPT_ALIGN(sizeof(struct ipt_ipmark_target_info)),
19      IPT_ALIGN(sizeof(struct ipt_ipmark_target_info)),
20      &help,
This page took 0.171233 seconds and 3 git commands to generate.