aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-20 06:09:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-20 06:09:49 +0000
commit38b2fb03e64ff4abfb48657c020fbf060120fed9 (patch)
tree08f769b01dcafbd590a6c5ee5a48e61ed68b14bc /package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
parentf82715bdd9bbfee21a3ebe3f92b5e3e36a3ecc5a (diff)
downloadmaster-187ad058-38b2fb03e64ff4abfb48657c020fbf060120fed9.tar.gz
master-187ad058-38b2fb03e64ff4abfb48657c020fbf060120fed9.tar.bz2
master-187ad058-38b2fb03e64ff4abfb48657c020fbf060120fed9.zip
[package] iproute2: update to v2.6.31 (#7354)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21513 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch')
-rw-r--r--package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
index b44ce20a96..46201a4d80 100644
--- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
+++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
@@ -1,6 +1,6 @@
--- a/ip/ipxfrm.c
+++ b/ip/ipxfrm.c
-@@ -491,7 +491,6 @@ void xfrm_selector_print(struct xfrm_sel
+@@ -467,7 +467,6 @@ void xfrm_selector_print(struct xfrm_sel
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP:
@@ -8,7 +8,7 @@
case IPPROTO_DCCP:
default: /* XXX */
if (sel->sport_mask)
-@@ -1154,7 +1153,6 @@ static int xfrm_selector_upspec_parse(st
+@@ -1130,7 +1129,6 @@ static int xfrm_selector_upspec_parse(st
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP: