2008-05-21 01:17:26 +03:00
|
|
|
Index: iproute2-2.6.25/ip/ipxfrm.c
|
2007-06-04 14:25:53 +03:00
|
|
|
===================================================================
|
2008-05-21 01:17:26 +03:00
|
|
|
--- iproute2-2.6.25.orig/ip/ipxfrm.c 2008-04-17 18:12:54.000000000 +0100
|
|
|
|
+++ iproute2-2.6.25/ip/ipxfrm.c 2008-05-01 00:38:40.000000000 +0100
|
|
|
|
@@ -490,7 +490,6 @@ void xfrm_selector_print(struct xfrm_sel
|
2005-03-06 05:34:52 +02:00
|
|
|
switch (sel->proto) {
|
|
|
|
case IPPROTO_TCP:
|
|
|
|
case IPPROTO_UDP:
|
|
|
|
- case IPPROTO_SCTP:
|
2007-06-09 16:17:46 +03:00
|
|
|
case IPPROTO_DCCP:
|
2005-03-06 05:34:52 +02:00
|
|
|
default: /* XXX */
|
|
|
|
if (sel->sport_mask)
|
2008-05-21 01:17:26 +03:00
|
|
|
@@ -1121,7 +1120,6 @@ static int xfrm_selector_upspec_parse(st
|
2005-03-06 05:34:52 +02:00
|
|
|
switch (sel->proto) {
|
|
|
|
case IPPROTO_TCP:
|
|
|
|
case IPPROTO_UDP:
|
|
|
|
- case IPPROTO_SCTP:
|
2007-06-09 16:17:46 +03:00
|
|
|
case IPPROTO_DCCP:
|
2005-03-06 05:34:52 +02:00
|
|
|
break;
|
|
|
|
default:
|