Remove forgotten arguments.

This commit is contained in:
Alexander V. Chernikov 2014-11-09 16:57:31 +00:00
parent 033074c440
commit d0f9fca40d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/routing/; revision=274318
2 changed files with 2 additions and 2 deletions

View File

@ -1764,7 +1764,7 @@ nd6_cache_lladdr(struct ifnet *ifp, struct in6_addr *from, char *lladdr,
ln = NULL;
}
if (chain)
nd6_output_flush(ifp, ifp, chain, &sin6, NULL);
nd6_output_flush(ifp, ifp, chain, &sin6);
/*
* When the link-layer address of a router changes, select the

View File

@ -904,7 +904,7 @@ nd6_na_input(struct mbuf *m, int off, int icmp6len)
LLE_WUNLOCK(ln);
if (chain)
nd6_output_flush(ifp, ifp, chain, &sin6, NULL);
nd6_output_flush(ifp, ifp, chain, &sin6);
}
if (checklink)
pfxlist_onlink_check();