mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
parent
8716018664
commit
b378b150b7
@ -869,9 +869,9 @@ int link_request_radv(Link *link) {
|
||||
|
||||
r = link_queue_request(link, REQUEST_TYPE_RADV, NULL, false, NULL, NULL, NULL);
|
||||
if (r < 0)
|
||||
return log_link_warning_errno(link, r, "Failed to request IPv6 Router Advertisement engine: %m");
|
||||
return log_link_warning_errno(link, r, "Failed to request configuring of the IPv6 Router Advertisement engine: %m");
|
||||
|
||||
log_link_debug(link, "IPv6 Router Advertisement engine is requested.");
|
||||
log_link_debug(link, "Requested configuring of the IPv6 Router Advertisement engine.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user