]> granicus.if.org Git - esp-idf/commit
tcpip_adapter/lwip: make dhcp domain name server option configurable
authorLiu Zhi Fu <liuzhifu@espressif.com>
Wed, 7 Jun 2017 13:22:53 +0000 (21:22 +0800)
committerzhangyanjiao <zhangyanjiao@espressif.com>
Thu, 19 Oct 2017 11:28:00 +0000 (19:28 +0800)
commitcf7ae8135b33fd60ed8eb49dd47d5490e5b4b228
tree81d0e83f06cb2aa8999c359fc38e178215d325f2
parent54d2dc76812aeda80a8915a11575b58414b9fd5f
tcpip_adapter/lwip: make dhcp domain name server option configurable

Add api to configure dhcp option: domain name server

1.closes https://github.com/espressif/esp-idf/issues/162

2.closes https://github.com/espressif/esp-idf/issues/705
components/lwip/apps/dhcpserver.c
components/lwip/core/dns.c
components/lwip/core/ipv4/dhcp.c
components/lwip/include/lwip/apps/dhcpserver.h
components/lwip/include/lwip/lwip/dns.h
components/lwip/include/lwip/port/lwipopts.h
components/tcpip_adapter/include/tcpip_adapter.h
components/tcpip_adapter/tcpip_adapter_lwip.c