mirror of
https://github.com/micropython/micropython.git
synced 2026-06-10 00:25:14 +02:00
bf1369bf8c
When false, the DHCP server omits the Router option from DHCP responses. This prevents point-to-point links (like USB NCM) from advertising a default gateway that hijacks the host's internet route. Defaults to true for backward compatibility with CYW43 AP mode. Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>