summaryrefslogtreecommitdiff
path: root/openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
committerMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
commit6b93231c4f64a61103dfc16acebedd18b4c25171 (patch)
treeaad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch
parent14e0fec336fca0766605968fe9dd7eef2448736f (diff)
downloadmtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.zip
mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.gz
mtk-20170518-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.bz2
nbd's makefile/menuconfig rewrite
SVN-Revision: 307
Diffstat (limited to 'openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch')
-rw-r--r--openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch b/openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch
new file mode 100644
index 0000000..b35b72d
--- /dev/null
+++ b/openwrt/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch
@@ -0,0 +1,18 @@
+--- iproute2-2.6.9.old/ip/ipxfrm.c 2005-01-30 19:09:32.000000000 +0100
++++ iproute2-2.6.9/ip/ipxfrm.c 2005-01-30 19:10:31.000000000 +0100
+@@ -392,7 +392,6 @@
+ switch (sel->proto) {
+ case IPPROTO_TCP:
+ case IPPROTO_UDP:
+- case IPPROTO_SCTP:
+ default: /* XXX */
+ if (sel->sport_mask)
+ fprintf(fp, "sport %u ", ntohs(sel->sport));
+@@ -787,7 +786,6 @@
+ switch (sel->proto) {
+ case IPPROTO_TCP:
+ case IPPROTO_UDP:
+- case IPPROTO_SCTP:
+ break;
+ default:
+ fprintf(stderr, "\"sport\" and \"dport\" are invalid with proto=%s\n", strxf_proto(sel->proto));