aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2008-05-20 22:17:26 +0000
committerPeter Denison <openwrt@marshadder.org>2008-05-20 22:17:26 +0000
commitdf83a6c4c8bb11e1b63a2cd12fbe4f482999778c (patch)
tree59f6613bbf13f5e4b88b41bd80a4e9efe09641ed /package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
parent6755af36b6729be79bcb0f688ebde4b625145d27 (diff)
downloadmaster-187ad058-df83a6c4c8bb11e1b63a2cd12fbe4f482999778c.tar.gz
master-187ad058-df83a6c4c8bb11e1b63a2cd12fbe4f482999778c.tar.bz2
master-187ad058-df83a6c4c8bb11e1b63a2cd12fbe4f482999778c.zip
Update iproute2 to version 2.6.25, and fixup patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11230 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.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
index 11c1917755..1a07d86adc 100644
--- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
+++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
@@ -1,8 +1,8 @@
-Index: iproute-2.6.20-070313/ip/ipxfrm.c
+Index: iproute2-2.6.25/ip/ipxfrm.c
===================================================================
---- iproute-2.6.20-070313.orig/ip/ipxfrm.c 2007-06-09 13:53:56.000000000 +0100
-+++ iproute-2.6.20-070313/ip/ipxfrm.c 2007-06-09 13:53:59.000000000 +0100
-@@ -467,7 +467,6 @@
+--- iproute2-2.6.25.orig/ip/ipxfrm.c 2008-04-17 18:12:54.000000000 +0100
++++ iproute2-2.6.25/ip/ipxfrm.c 2008-05-01 00:38:40.000000000 +0100
+@@ -490,7 +490,6 @@ void xfrm_selector_print(struct xfrm_sel
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP:
@@ -10,7 +10,7 @@ Index: iproute-2.6.20-070313/ip/ipxfrm.c
case IPPROTO_DCCP:
default: /* XXX */
if (sel->sport_mask)
-@@ -1107,7 +1106,6 @@
+@@ -1121,7 +1120,6 @@ static int xfrm_selector_upspec_parse(st
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP: