Searched refs:uplink (Results 1 - 1 of 1) sorted by relevance

/systemd/src/network/
H A Dnetworkd-link.c860 Link *uplink = NULL; local
904 uplink = manager_find_uplink(link->manager, link);
907 if (!uplink) {
908 log_link_debug(link, "Not emitting DNS server information on link, couldn't find suitable uplink.");
911 r = link_push_dns_to_dhcp_server(uplink, link->dhcp_server);
924 uplink = manager_find_uplink(link->manager, link);
926 if (!uplink) {
927 log_link_debug(link, "Not emitting NTP server information on link, couldn't find suitable uplink.");
930 r = link_push_ntp_to_dhcp_server(uplink, link->dhcp_server);

Completed in 17 milliseconds