1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 21:57:43 +03:00
openwrt-xburst/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
kaloz e285af3e18 upgrade wireless-tools and iproute2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-27 17:32:43 +00:00

20 lines
670 B
Diff

diff -Nur iproute2-2.6.11-050330/ip/ipxfrm.c iproute2-2.6.11-050330.new/ip/ipxfrm.c
--- iproute2-2.6.11-050330/ip/ipxfrm.c 2005-04-01 21:58:11.000000000 +0200
+++ iproute2-2.6.11-050330.new/ip/ipxfrm.c 2005-05-27 12:27:44.000000000 +0200
@@ -444,7 +444,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));
@@ -998,7 +997,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));