network: add a debugging log

This commit is contained in:
Yu Watanabe 2020-07-12 05:08:57 +09:00
parent feb596b5c3
commit a4623f84ed

View file

@ -820,6 +820,7 @@ static void ndisc_handler(sd_ndisc *nd, sd_ndisc_event event, sd_ndisc_router *r
break;
case SD_NDISC_EVENT_TIMEOUT:
log_link_debug(link, "NDISC handler get timeout event");
link->ndisc_configured = true;
link_check_ready(link);