source link-layer address option should be marked to be checked later,

because rs_input() need this option.

Obtained from: KAME
Reviewed by: ume, gnn
MFC after: 2 weeks
This commit is contained in:
SUZUKI Shinsuke 2005-10-19 15:14:28 +00:00
parent b9204379a1
commit 375ef204cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151469

View File

@ -1314,10 +1314,10 @@ nd6_options(struct nd_opt_hdr *hdr, int limit,
}
switch (hdr->nd_opt_type) {
case ND_OPT_SOURCE_LINKADDR:
case ND_OPT_TARGET_LINKADDR:
case ND_OPT_REDIRECTED_HEADER:
break; /* we don't care about these options */
case ND_OPT_SOURCE_LINKADDR:
case ND_OPT_MTU:
if (ndopts->nd_opt_array[hdr->nd_opt_type]) {
syslog(LOG_INFO,