[package] firewall: fix chain selection logic, option dest must be ignored for notrac...
[openwrt.git] / package / iproute2 / patches / 002-iproute2-ipxfrm_no_sctp.patch
index 1a07d86adcebaeed45be3de04b7a0c88286b0103..3bff8e34fc78c9dcd9c549dfa0621b7e5ed18548 100644 (file)
@@ -1,8 +1,10 @@
-Index: iproute2-2.6.25/ip/ipxfrm.c
-===================================================================
---- 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
+---
+ 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:
@@ -10,7 +12,7 @@ Index: iproute2-2.6.25/ip/ipxfrm.c
        case IPPROTO_DCCP:
        default: /* XXX */
                if (sel->sport_mask)
-@@ -1121,7 +1120,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: