Commit b4bfddcf authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

[IPV6]: Remove incorrect comment in ip6_fib.c

parent f0621582
......@@ -434,9 +434,6 @@ static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt,
if (fn->fn_flags&RTN_TL_ROOT &&
fn->leaf == &ip6_null_entry &&
!(rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF | RTF_ALLONLINK)) ){
/*
* The top fib of ip6 routing table includes ip6_null_entry.
*/
fn->leaf = rt;
rt->u.next = NULL;
goto out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment