diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c index f4171630a2..cc83c046fd 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -10185,13 +10185,6 @@ _dev_ipdhcpx_start(NMDevice *self, int addr_family) hwaddr = nmp_link_address_get_as_bytes(&pllink->l_address); - if (!IS_IPv4) { - if (!hwaddr) { - fail_reason = "interface has no MAC address to start DHCPv6"; - goto out_fail; - } - } - request_broadcast = FALSE; if (pllink) { str = nmp_object_link_udev_device_get_property_value(NMP_OBJECT_UP_CAST(pllink),