logo       

Re: [PATCH] IPv6: Default Route Support on Router: msg#00327

Subject: Re: [PATCH] IPv6: Default Route Support on Router
Hello!

> Following patch is against linux-2.4.19.

OK!


One question, what is this chunk for?

> @@ -675,7 +690,7 @@
>  
>       fn = fib6_lookup_1(root, args);
>  
> -     if (fn == NULL)
> +     if (fn == NULL || fn->fn_flags & RTN_TL_ROOT)
>               fn = root;
>  
>       return fn;

Alexey





<Prev in Thread] Current Thread [Next in Thread>