mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
network: add a debugging log
This commit is contained in:
parent
feb596b5c3
commit
a4623f84ed
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user