X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9fa444b39d3beaacc58b3b563bfbd6d95d6e1832..a730c7e73e1820149b65c540e03262aa709eeef8:/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch index b44ce20a9..3bff8e34f 100644 --- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch +++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch @@ -1,6 +1,10 @@ ---- a/ip/ipxfrm.c -+++ b/ip/ipxfrm.c -@@ -491,7 +491,6 @@ void xfrm_selector_print(struct xfrm_sel +--- + ip/ipxfrm.c | 2 -- + 1 file changed, 2 deletions(-) + +--- iproute2-2.6.35.orig/ip/ipxfrm.c ++++ iproute2-2.6.35/ip/ipxfrm.c +@@ -467,7 +467,6 @@ void xfrm_selector_print(struct xfrm_sel switch (sel->proto) { case IPPROTO_TCP: case IPPROTO_UDP: @@ -8,7 +12,7 @@ case IPPROTO_DCCP: default: /* XXX */ if (sel->sport_mask) -@@ -1154,7 +1153,6 @@ static int xfrm_selector_upspec_parse(st +@@ -1172,7 +1171,6 @@ static int xfrm_selector_upspec_parse(st switch (sel->proto) { case IPPROTO_TCP: case IPPROTO_UDP: