diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-11 14:05:54 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-11 14:05:54 +0000 |
commit | 9fa444b39d3beaacc58b3b563bfbd6d95d6e1832 (patch) | |
tree | ec03141eb8d7d5a2e23d0705b9b9a6ca35837432 /package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch | |
parent | d975a4247b2a8a3011d5c53b548aa6c837419d67 (diff) |
upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16777 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.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch index 1a07d86adc..b44ce20a96 100644 --- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch +++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch @@ -1,8 +1,6 @@ -Index: iproute2-2.6.25/ip/ipxfrm.c -=================================================================== ---- 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 +--- a/ip/ipxfrm.c ++++ b/ip/ipxfrm.c +@@ -491,7 +491,6 @@ void xfrm_selector_print(struct xfrm_sel switch (sel->proto) { case IPPROTO_TCP: case IPPROTO_UDP: @@ -10,7 +8,7 @@ Index: iproute2-2.6.25/ip/ipxfrm.c case IPPROTO_DCCP: default: /* XXX */ if (sel->sport_mask) -@@ -1121,7 +1120,6 @@ static int xfrm_selector_upspec_parse(st +@@ -1154,7 +1153,6 @@ static int xfrm_selector_upspec_parse(st switch (sel->proto) { case IPPROTO_TCP: case IPPROTO_UDP: |