s/quetion/question/
This commit is contained in:
parent
83efc6a205
commit
016e2181a9
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: nd6.c,v 1.277 2021/08/17 09:43:21 ozaki-r Exp $ */
|
||||
/* $NetBSD: nd6.c,v 1.278 2021/12/31 12:41:50 andvar Exp $ */
|
||||
/* $KAME: nd6.c,v 1.279 2002/06/08 11:16:51 itojun Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.277 2021/08/17 09:43:21 ozaki-r Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.278 2021/12/31 12:41:50 andvar Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_compat_netbsd.h"
|
||||
|
@ -1458,7 +1458,7 @@ nd6_cache_lladdr(
|
|||
* - If lladdr exist, set IsRouter. This means (1-5).
|
||||
* - If it is old entry (!newentry), set IsRouter. This means (7).
|
||||
* So, based on the spec, in (1-5) and (7) cases we must set IsRouter.
|
||||
* A quetion arises for (1) case. (1) case has no lladdr in the
|
||||
* A question arises for (1) case. (1) case has no lladdr in the
|
||||
* neighbor cache, this is similar to (6).
|
||||
* This case is rare but we figured that we MUST NOT set IsRouter.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue