]> granicus.if.org Git - esp-idf/commit
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)
commitd031530196572fb083b9cc4ec5412d21093df842
tree47e256d14e4f305951fb8269ae4111aadbe4975b
parent1ed584f89681ee7308a476bf00079d26bb161c40
parentcbff82cc44c4052715ae3187455fb90a5c760ba1
Merge branch 'feature/dhcpserver_null_gw' into 'master'

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