mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
netconfig: Don't re-install IPv4 address on re-configure
This commit is contained in:
parent
f8de0a58f3
commit
332eec9f9d
@ -645,17 +645,9 @@ bool netconfig_configure(struct netconfig *netconfig,
|
||||
bool netconfig_reconfigure(struct netconfig *netconfig)
|
||||
{
|
||||
if (netconfig->rtm_protocol == RTPROT_DHCP) {
|
||||
/*
|
||||
*
|
||||
* TODO l_dhcp_client to try to request a
|
||||
* previously used address.
|
||||
*
|
||||
* return;
|
||||
*/
|
||||
/* TODO l_dhcp_client sending a DHCP inform request */
|
||||
}
|
||||
|
||||
netconfig_ipv4_select_and_install(netconfig);
|
||||
|
||||
/* TODO: IPv6 addressing */
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user