Re: [PATCH] ipv6: Fixed source specific default route handling.

2015-06-21 Thread Markus Stenberg
Prefsrc is essentially historic non IPv6 construct. IPv6 SAS is based on dst, src, metric ordered lookup just like the routing is too ( lookup rfc, some src specific routing drafts for details ). Therefore I do not see a problem. If you want specific SA, add same route with higher metric and/o

Re: [PATCH] ipv6: Fixed source specific default route handling.

2015-06-21 Thread Markus Stenberg
セージ: >> On 06/22/2015 12:05 AM, Markus Stenberg wrote: >> Prefsrc is essentially historic non IPv6 construct. IPv6 SAS is based on >> dst, src, metric ordered lookup just like the routing is too ( lookup rfc, >> some src specific routing drafts for details ). >> &g

[PATCH] ipv6: Fixed source specific default route handling.

2015-05-05 Thread Markus Stenberg
never call ip6_route_output before source address has been populated. Signed-off-by: Markus Stenberg --- net/ipv6/ip6_output.c | 39 +++ net/ipv6/route.c | 5 +++-- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip