We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2579f + f5b9a9c commit fb644c1Copy full SHA for fb644c1
VERSION
@@ -18,5 +18,5 @@ phy:
18
19
gitlab:
20
driver : 68fc7b06
21
- lwip : 92d608a9
22
- mbedtls : e4dace14
+ lwip : 863c3eea
+ mbedtls : e4dace14
lib/liblwip.a
628 Bytes
third_party/lwip/core/dhcp.c
@@ -1099,12 +1099,12 @@ dhcp_renew(struct netif *netif)
1099
}
1100
#endif /* LWIP_NETIF_HOSTNAME */
1101
1102
-#if 1
+#if 0
1103
dhcp_option(dhcp, DHCP_OPTION_REQUESTED_IP, 4);
1104
dhcp_option_long(dhcp, ntohl(dhcp->offered_ip_addr.addr));
1105
#endif
1106
1107
1108
dhcp_option(dhcp, DHCP_OPTION_SERVER_ID, 4);
1109
dhcp_option_long(dhcp, ntohl(dhcp->server_ip_addr.addr));
1110
0 commit comments