mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
network: actually update radv mac
This commit is contained in:
parent
74d6421da0
commit
d0c4275c21
@ -2782,7 +2782,7 @@ int link_update(Link *link, sd_netlink_message *m) {
|
||||
if (r < 0)
|
||||
return log_link_warning_errno(link, r, "Could not update MAC address in DHCPv6 client: %m");
|
||||
|
||||
r = dhcp6_update_mac(link);
|
||||
r = radv_update_mac(link);
|
||||
if (r < 0)
|
||||
return log_link_warning_errno(link, r, "Could not update MAC address for Router Advertisement: %m");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user