summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-04-30 15:09:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-04-30 15:09:56 +0000
commite26227a404105b366fc7949aefa5e460113a0f8b (patch)
tree4765c939c6d5216c4d721379409b4fd6fc0e64c6 /target/linux/generic-2.6/patches-2.6.25/190-netfilter_rtsp.patch
parent19233de9d33fea1ea8f0eec7046f96f2acfdd16e (diff)
downloadmaster-31e0f0ae-e26227a404105b366fc7949aefa5e460113a0f8b.tar.gz
master-31e0f0ae-e26227a404105b366fc7949aefa5e460113a0f8b.tar.bz2
master-31e0f0ae-e26227a404105b366fc7949aefa5e460113a0f8b.zip
fix some netfilter extensions on 2.6.25
SVN-Revision: 10991
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 56d0b7df25..c5a3f67526 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);
+}
+
+