mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 18:39:41 +02:00
b5cb1795de
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 lines
697 B
Diff
21 lines
697 B
Diff
Index: iproute2-2.6.15-060110/ip/ipxfrm.c
|
|
===================================================================
|
|
--- iproute2-2.6.15-060110.orig/ip/ipxfrm.c 2007-06-04 13:22:33.399777744 +0200
|
|
+++ iproute2-2.6.15-060110/ip/ipxfrm.c 2007-06-04 13:22:34.104670584 +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));
|