* 2) Configure prefixes with the auto flag set
*/
- /* Avoid arithemtic overflow. Really, we could
+ /* Avoid arithmetic overflow. Really, we could
save rt_expires in seconds, likely valid_lft,
but it would require division in fib gc, that it
not good.
Inverted result:
[ H_prev -> ... -> H1 ] daddr =sender
- Note, that IP output engine will rewrire this rthdr
+ Note, that IP output engine will rewrite this rthdr
by rotating it left by one addr.
*/
}
fn = fn->parent;
}
- /* No more references are possiible at this point. */
+ /* No more references are possible at this point. */
if (atomic_read(&rt->rt6i_ref) != 1) BUG();
}
} else {
struct sk_buff *free_it = next;
- /* Old fragmnet is completely overridden with
+ /* Old fragment is completely overridden with
* new one drop it.
*/
next = next->next;
/* IPv6 strictly inhibits using not link-local
addresses as nexthop address.
Otherwise, router will not able to send redirects.
- It is very good, but in some (rare!) curcumstances
+ It is very good, but in some (rare!) circumstances
(SIT, PtP, NBMA NOARP links) it is handy to allow
some exceptions. --ANK
*/
*/
/*
If new MTU is less than route PMTU, this new MTU will be the
- lowest MTU in the path, update the route PMTU to refect PMTU
+ lowest MTU in the path, update the route PMTU to reflect PMTU
decreases; if new MTU is greater than route PMTU, and the
old MTU is the lowest MTU in the path, update the route PMTU
- to refect the increase. In this case if the other nodes' MTU
+ to reflect the increase. In this case if the other nodes' MTU
also have the lowest MTU, TOO BIG MESSAGE will be lead to
PMTU discouvery.
*/