summaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
blob: 11c1917755cb0f631883e5256a22571ce6e24e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: iproute-2.6.20-070313/ip/ipxfrm.c
===================================================================
--- iproute-2.6.20-070313.orig/ip/ipxfrm.c	2007-06-09 13:53:56.000000000 +0100
+++ iproute-2.6.20-070313/ip/ipxfrm.c	2007-06-09 13:53:59.000000000 +0100
@@ -467,7 +467,6 @@
 	switch (sel->proto) {
 	case IPPROTO_TCP:
 	case IPPROTO_UDP:
-	case IPPROTO_SCTP:
 	case IPPROTO_DCCP:
 	default: /* XXX */
 		if (sel->sport_mask)
@@ -1107,7 +1106,6 @@
 		switch (sel->proto) {
 		case IPPROTO_TCP:
 		case IPPROTO_UDP:
-		case IPPROTO_SCTP:
 		case IPPROTO_DCCP:
 			break;
 		default: