Re: [PATCH] netconfig: Always set DHCP MAC address on start

Denis Kenzior <[email protected]> Fri, 24 Nov 2023 12:40:21 -0600
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
On 11/24/23 10:17, Denis Kenzior wrote:
> l_netconfig_stop() calls l_dhcp_client_stop which does not reset the
> client MAC address being used.  Since the underlying MAC might have
> changed (for example, due to per-network MAC address generation in iwd),
> make sure that any subsequent l_netconfig_start() invocations will
> update the DHCP client MAC.  This already happens for DHCPv6, but
> somehow did not happen for DHCPv4.
> ---
>   ell/netconfig.c | 9 ++++++---
>   1 file changed, 6 insertions(+), 3 deletions(-)
> 

Applied.