提交 67c408cf 编写于 作者: A Alexander Alemayhu 提交者: David S. Miller

ipv6: fix typos

o s/approriate/appropriate
o s/discouvery/discovery
Signed-off-by: NAlexander Alemayhu <alexander@alemayhu.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 811a9191
...@@ -1464,7 +1464,7 @@ static struct rt6_info *__ip6_route_redirect(struct net *net, ...@@ -1464,7 +1464,7 @@ static struct rt6_info *__ip6_route_redirect(struct net *net,
struct fib6_node *fn; struct fib6_node *fn;
/* Get the "current" route for this destination and /* Get the "current" route for this destination and
* check if the redirect has come from approriate router. * check if the redirect has come from appropriate router.
* *
* RFC 4861 specifies that redirects should only be * RFC 4861 specifies that redirects should only be
* accepted if they come from the nexthop to the target. * accepted if they come from the nexthop to the target.
...@@ -2768,7 +2768,7 @@ static int rt6_mtu_change_route(struct rt6_info *rt, void *p_arg) ...@@ -2768,7 +2768,7 @@ static int rt6_mtu_change_route(struct rt6_info *rt, void *p_arg)
old MTU is the lowest MTU in the path, update the route PMTU old MTU is the lowest MTU in the path, update the route PMTU
to reflect 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 also have the lowest MTU, TOO BIG MESSAGE will be lead to
PMTU discouvery. PMTU discovery.
*/ */
if (rt->dst.dev == arg->dev && if (rt->dst.dev == arg->dev &&
dst_metric_raw(&rt->dst, RTAX_MTU) && dst_metric_raw(&rt->dst, RTAX_MTU) &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册