Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH 1/2] netconfig: Don't re-install IPv4 address on re-configure
@ 2019-10-01 23:39 Tim Kourt
  2019-10-01 23:39 ` [PATCH 2/2] netconfig: Remove roaming logic Tim Kourt
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Kourt @ 2019-10-01 23:39 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 708 bytes --]

---
 src/netconfig.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/netconfig.c b/src/netconfig.c
index 4e294512..272a058f 100644
--- a/src/netconfig.c
+++ b/src/netconfig.c
@@ -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;
-- 
2.13.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-01 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-01 23:39 [PATCH 1/2] netconfig: Don't re-install IPv4 address on re-configure Tim Kourt
2019-10-01 23:39 ` [PATCH 2/2] netconfig: Remove roaming logic Tim Kourt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox