Date:2010-08-30 10:58:50 (13 years 6 months ago)
Author:acoul
Commit:2e6f3ef5525cf6abd398b0606aed83e5d3b7bf4f
Message:linux/generic: update 2.6.36 kernel patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22844 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/generic/patches-2.6.36/190-netfilter_rtsp.patch (2 diffs)

Change Details

target/linux/generic/patches-2.6.36/190-netfilter_rtsp.patch
10161016+ t = &exp->tuple;
10171017+ t->dst.u3.ip = newip;
10181018+
1019+ extaddrlen = extip ? sprintf(szextaddr, "%u.%u.%u.%u", NIPQUAD(extip))
1020+ : sprintf(szextaddr, "%u.%u.%u.%u", NIPQUAD(newip));
1019+ extaddrlen = extip ? sprintf(szextaddr, "%u.%u.%u.%u", &extip)
1020+ : sprintf(szextaddr, "%u.%u.%u.%u", &newip);
10211021+ DEBUGP("stunaddr=%s (%s)\n", szextaddr, (extip?"forced":"auto"));
10221022+
10231023+ rbuf1len = rbufalen = 0;
...... 
13191319+ newip = newdstip;
13201320+
13211321+ DEBUGP("newsrcip=%u.%u.%u.%u, newdstip=%u.%u.%u.%u, newip=%u.%u.%u.%u\n",
1322+ NIPQUAD(newsrcip), NIPQUAD(newdstip), NIPQUAD(newip));
1322+ &newsrcip, &newdstip, &newip);
13231323+
13241324+ mr.rangesize = 1;
13251325+ // We don't want to manip the per-protocol, just the IPs.

Archive Download the corresponding diff file



interactive