summaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 03:34:52 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 03:34:52 +0000
commitf77b88d124ea1c900f9cf5e04046939aad48bbe1 (patch)
tree4c6922d42353c39b46dcd7cd09982fbe9c1f9765 /package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch
parent7d3d15851a890855f0a752304fa50e5d8e927222 (diff)
nbd's makefile/menuconfig rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch')
-rw-r--r--package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/iproute2-ipxfrm_no_sctp.patch
new file mode 100644
index 000000000..b35b72df7
--- /dev/null
+++ b/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));