config case DECL_REBINDTIME: if (ifc->iaidinfo.iaid) { dprintf(LOG_ERR, "%s" "%s:%d " "duplicated rebindtime for %s", FNAME, configfilename, cfl->line, ifc->ifname); goto bad; } else ifc->iaidinfo.rebindtime = (u_int32_t)cfl->num; break;
Logged In: NO
sorry, Is there anybody to maintain these codes?
" if (ifc->iaidinfo.iaid) " these judgement is wrong.
so in the dhcp6c.conf file, iaid 10101; rebind-time 1000;
two above items appear at the same time, the bug will take effect. :(
Log in to post a comment.
Logged In: NO
sorry, Is there anybody to maintain these codes?
" if (ifc->iaidinfo.iaid) "
these judgement is wrong.
so in the dhcp6c.conf file,
iaid 10101;
rebind-time 1000;
two above items appear at the same time, the bug will take
effect. :(