]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.25-change-imq_with_nat.patch
- [2.4.2x, 2.6.x] don't recursively crash in die() on CHRP/PReP machines
[packages/kernel.git] / linux-2.4.25-change-imq_with_nat.patch
CommitLineData
576a27f8
KT
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.092019 seconds and 4 git commands to generate.