X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-4.0%2F668-fix-ipv6-throw-routes.patch;h=283ffce91147200db4279c3a62a6162a28c503b2;hb=4bac1253c1da052fb9716e268b5fa2fc31952183;hp=f21e6f4b663c49bc5b08f39f7823452e6aac5334;hpb=23b880b37366f975590f917110e1208fef1ca2e0;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch b/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch index f21e6f4b66..283ffce911 100644 --- a/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch +++ b/target/linux/generic/patches-4.0/668-fix-ipv6-throw-routes.patch @@ -19,11 +19,9 @@ Signed-off-by: Steven Barth net/ipv6/fib6_rules.c | 1 + 1 file changed, 1 insertion(+) -diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c -index b4d5e1d..27ca796 100644 --- a/net/ipv6/fib6_rules.c +++ b/net/ipv6/fib6_rules.c -@@ -104,6 +104,7 @@ static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp, +@@ -104,6 +104,7 @@ static int fib6_rule_action(struct fib_r goto again; flp6->saddr = saddr; } @@ -31,6 +29,3 @@ index b4d5e1d..27ca796 100644 goto out; } again: --- -2.1.4 -