zephyr/subsys
John Andersen b0d8075709 net: ip: dhcpv4: Handle DHCPV4_OPTIONS_DNS_SERVER
Actually set Zephyr's default DNS server based on the corresponding
DHCP option received. This makes DHCP-based setup Zephyr complete:
now it's possible to connect Zephyr DHCP-enabled system to a typical
router, and it will fully auto-configure to access Internet.

This initial implementation uses just first DNS server address as
returned in DHCP message, it may need to be extended in the future
based on the need.

Signed-off-by: John Andersen <john.s.andersen@intel.com>
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-01-18 17:30:40 +02:00
..
bluetooth Bluetooth: controller: Refactoring nRF5 radio driver 2018-01-18 10:58:04 +01:00
console kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
cpp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
debug libc: Kconfig: Move STDOUT_CONSOLE from subsys/debug 2018-01-11 12:47:10 -05:00
dfu kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
disk various: Update/fix some textual material and code comments. 2017-12-29 09:45:39 -05:00
fs subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00
logging lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
net net: ip: dhcpv4: Handle DHCPV4_OPTIONS_DNS_SERVER 2018-01-18 17:30:40 +02:00
random subsys: random: Fix semaphore initial count of xoroshiro128 2017-11-15 15:47:10 -06:00
shell cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
storage subsys: storage: flash_map: devices bindings fetch optimalization 2018-01-15 15:46:37 -05:00
usb usb: rndis: Use offsetof macro to ease offset calculations 2018-01-17 18:53:05 -05:00
CMakeLists.txt subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00
Kconfig subsys: storage: Add flash_map abstraction module 2018-01-15 15:46:37 -05:00