Loading net/ipv6/ip6_fib.c +8 −4 Original line number Diff line number Diff line Loading @@ -1812,10 +1812,14 @@ static struct fib6_node *fib6_repair_tree(struct net *net, children = 0; child = NULL; if (fn_r) child = fn_r, children |= 1; if (fn_l) child = fn_l, children |= 2; if (fn_r) { child = fn_r; children |= 1; } if (fn_l) { child = fn_l; children |= 2; } if (children == 3 || FIB6_SUBTREE(fn) #ifdef CONFIG_IPV6_SUBTREES Loading Loading
net/ipv6/ip6_fib.c +8 −4 Original line number Diff line number Diff line Loading @@ -1812,10 +1812,14 @@ static struct fib6_node *fib6_repair_tree(struct net *net, children = 0; child = NULL; if (fn_r) child = fn_r, children |= 1; if (fn_l) child = fn_l, children |= 2; if (fn_r) { child = fn_r; children |= 1; } if (fn_l) { child = fn_l; children |= 2; } if (children == 3 || FIB6_SUBTREE(fn) #ifdef CONFIG_IPV6_SUBTREES Loading