aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/006-no_sctp.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-05-14 23:49:34 +0000
committerLuka Perkov <luka@openwrt.org>2013-05-14 23:49:34 +0000
commit6f7b2ac2c671c61349340f6a334d79a606a77c11 (patch)
tree8d767b0f1dfbcab213271d74e3ab350b11421a1a /package/network/utils/iproute2/patches/006-no_sctp.patch
parent5349a138da5073b199f68a3570e40fc6580b21d6 (diff)
downloadmaster-187ad058-6f7b2ac2c671c61349340f6a334d79a606a77c11.tar.gz
master-187ad058-6f7b2ac2c671c61349340f6a334d79a606a77c11.tar.bz2
master-187ad058-6f7b2ac2c671c61349340f6a334d79a606a77c11.zip
[package] iproute2: upgrade to 3.9.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iproute2/patches/006-no_sctp.patch')
-rw-r--r--package/network/utils/iproute2/patches/006-no_sctp.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/network/utils/iproute2/patches/006-no_sctp.patch b/package/network/utils/iproute2/patches/006-no_sctp.patch
new file mode 100644
index 0000000000..ef642220b3
--- /dev/null
+++ b/package/network/utils/iproute2/patches/006-no_sctp.patch
@@ -0,0 +1,18 @@
+--- a/ip/ipxfrm.c
++++ b/ip/ipxfrm.c
+@@ -470,7 +470,6 @@ void xfrm_selector_print(struct xfrm_sel
+ switch (sel->proto) {
+ case IPPROTO_TCP:
+ case IPPROTO_UDP:
+- case IPPROTO_SCTP:
+ case IPPROTO_DCCP:
+ default: /* XXX */
+ if (sel->sport_mask)
+@@ -1273,7 +1272,6 @@ static int xfrm_selector_upspec_parse(st
+ switch (sel->proto) {
+ case IPPROTO_TCP:
+ case IPPROTO_UDP:
+- case IPPROTO_SCTP:
+ case IPPROTO_DCCP:
+ break;
+ default: