]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/dhcpserver_null_gw' into 'master'
authorAngus Gratton <angus@espressif.com>
Mon, 19 Dec 2016 22:14:44 +0000 (06:14 +0800)
committerAngus Gratton <angus@espressif.com>
Mon, 19 Dec 2016 22:14:44 +0000 (06:14 +0800)
Allow gw to be null

Github Pull Request 163: https://github.com/espressif/esp-idf/pull/163

Allow interfaces to be configured without a default gateway, for
local-only communication.

In case of the AP interface, if gw is not set, do not offer it.

See merge request !312


Trivial merge