espressif / esp-lwip

Fork of lwIP (https://savannah.nongnu.org/projects/lwip/) with ESP-IDF specific patches
Other
79 stars 126 forks source link

ipv6: fix ndp dns option to work with esp-idf (IDFGH-2924) #5

Closed mrrosen closed 4 years ago

mrrosen commented 5 years ago

Fix minor compilation/type issue for esp-idf version of NDP implementation (type of dns_getserver changed from returning const ip_addr_t* to ip_addr_t)

Alvin1Zhang commented 4 years ago

@mrrosen Thanks for your contribution.

freakyxue commented 4 years ago

hi @mrrosen This bug has been fixed。 lwip commit iD:da2740fa8d56b9b9e8a10602f38df1ea4dbd9b74

Alvin1Zhang commented 4 years ago

@mrrosen Thanks for your contribution.