]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.25-change-imq_with_nat.patch
- obsolete
[packages/kernel.git] / linux-2.4.25-change-imq_with_nat.patch
1 --- linux-2.4.25.orig/drivers/net/imq.c Mon Mar 22 01:19:20 2004
2 +++ linux-2.4.25/drivers/net/imq.c      Mon Mar 22 01:31:26 2004
3 @@ -38,7 +38,7 @@
4         imq_nf_hook,
5         PF_INET,
6         NF_IP_PRE_ROUTING,
7 -       NF_IP_PRI_MANGLE + 1
8 +       NF_IP_PRI_NAT_DST + 1
9  };
10  
11  static struct nf_hook_ops imq_egress_ipv4 = {
12 @@ -55,7 +55,7 @@
13         imq_nf_hook,
14         PF_INET6,
15         NF_IP6_PRE_ROUTING,
16 -       NF_IP6_PRI_MANGLE + 1
17 +       NF_IP_PRI_NAT_DST + 1
18  };
19  
20  static struct nf_hook_ops imq_egress_ipv6 = {
This page took 0.023331 seconds and 3 git commands to generate.