mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-03 07:29:52 +08:00
Merge branch 'feature/set_netif_hostname_according_to_rfc952' into 'master'
feat(lwip): set netif hostname according to rfc952 See merge request sdk/ESP8266_RTOS_SDK!947
This commit is contained in:
@ -468,7 +468,7 @@ int8_t ethernetif_init(struct netif* netif)
|
||||
|
||||
#if LWIP_NETIF_HOSTNAME
|
||||
|
||||
netif->hostname = "lwip";
|
||||
netif->hostname = "LWIP";
|
||||
|
||||
#endif /* LWIP_NETIF_HOSTNAME */
|
||||
|
||||
|
Reference in New Issue
Block a user