summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-30 15:09:56 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-30 15:09:56 +0000
commita23828e5e3bff211228dbd122c90e72a56465ecd (patch)
treefcf0f19a91e0c2aade6dade1c7c869efdcc7734b /target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch
parent31d896b730fca5c0b053b825b01c0e0af8118315 (diff)
[kernel] fix some netfilter extensions on 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10991 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch b/target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch
index 56d0b7df2..c5a3f6752 100644
--- a/target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch
@@ -1340,7 +1340,7 @@ Index: linux-2.6.23-rc9/net/ipv4/netfilter/nf_nat_rtsp.c
+ mr.range[0].flags = IP_NAT_RANGE_MAP_IPS;
+ mr.range[0].min_ip = mr.range[0].max_ip = newip;
+
-+ nf_nat_setup_info(ct, &mr.range[0], NF_IP_PRE_ROUTING);
++ nf_nat_setup_info(ct, &mr.range[0], NF_INET_PRE_ROUTING);
+}
+
+