X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fiproute2%2Fpatches%2F002-iproute2-ipxfrm_no_sctp.patch;h=b44ce20a96fa32dbc30e139574f45ffdf08ceaaf;hb=4eb07384d9123b2494e7be5e46695cdd2dd5a510;hp=fd7b22b437bdf04c36b1af0b5dd6f5791180dd03;hpb=b5cb1795de1f0959de1e228bd2e784d1cea921a7;p=openwrt-10.03%2F.git diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch index fd7b22b43..b44ce20a9 100644 --- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch +++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch @@ -1,20 +1,18 @@ -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 @@ +--- 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) - fprintf(fp, "sport %u ", ntohs(sel->sport)); -@@ -998,7 +997,6 @@ +@@ -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: - fprintf(stderr, "\"sport\" and \"dport\" are invalid with proto=%s\n", strxf_proto(sel->proto));