do not send dump request on -N

Obtained from:	KAME
MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2003-08-17 17:51:30 +00:00
parent ceb128190f
commit 6b036f549c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119041

View File

@ -428,6 +428,8 @@ main(argc, argv)
alarm(ripinterval(INIT_INTERVAL6));
for (ifcp = ifc; ifcp; ifcp = ifcp->ifc_next) {
if (iff_find(ifcp, 'N'))
continue;
if (ifcp->ifc_index > 0 && (ifcp->ifc_flags & IFF_UP))
sendrequest(ifcp);
}