1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 19:39:43 +03:00
openwrt-xburst/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
nbd 9fa444b39d upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 14:05:54 +00:00

19 lines
445 B
Diff

--- a/ip/ipxfrm.c
+++ b/ip/ipxfrm.c
@@ -491,7 +491,6 @@ void xfrm_selector_print(struct xfrm_sel
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP:
- case IPPROTO_SCTP:
case IPPROTO_DCCP:
default: /* XXX */
if (sel->sport_mask)
@@ -1154,7 +1153,6 @@ static int xfrm_selector_upspec_parse(st
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP:
- case IPPROTO_SCTP:
case IPPROTO_DCCP:
break;
default: