summaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-20 06:09:49 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-20 06:09:49 +0000
commit3f65319585d93308af2920682e2fa2d01dda413d (patch)
tree08f769b01dcafbd590a6c5ee5a48e61ed68b14bc /package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
parentfddbe8596440b4cb130d0a3106d8c293a3469335 (diff)
[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 b44ce20a9..46201a4d8 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: