nuttx-apps/examples/dhcpd
meijian 002e31c56d apps/dhcpd: fix dhcpd set dip error
dhcpd will set dip routing table 0.0.0.0|0.0.0.0|10.0.0.1 (TARGET|NETMASK|ROUTER) which will cover other's router 0.0.0.0|0.0.0.0|10.1.10.1.
And will cause shell/apps to internet failure.

Signed-off-by: meijian <meijian@xiaomi.com>
2024-09-12 01:11:30 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
dhcpd_daemon.c apps/dhcpd: fix dhcpd set dip error 2024-09-12 01:11:30 +08:00
dhcpd_daemon.h include: fix double include pre-processor guards 2022-01-16 17:36:21 +08:00
dhcpd_start.c examples: fix relative path CI error 2021-06-16 09:03:06 -05:00
dhcpd_stop.c examples: fix relative path CI error 2021-06-16 09:03:06 -05:00
host.c examples: fix relative path CI error 2021-06-16 09:03:06 -05:00
Kconfig examples/dhcpd: reuse the router ip/mask from dhcpd lib 2020-05-09 13:31:15 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile.host Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
target.c examples: fix relative path CI error 2021-06-16 09:03:06 -05:00