mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 18:28:27 +02:00
f77b88d124
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
570 B
Diff
19 lines
570 B
Diff
--- 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));
|