PythonExtra/shared/netutils
Peter Harper 584c495d32 shared/netutils/dhcpserver: Reply on correct netif.
The DHCP server broadcasts messages.  They are being sent via the default
netif which might be completely the wrong network.  We want to send
messages to the netif we got the original message from.

Original author: [Peter Harper](https://github.com/peterharperuk)
Source: https://github.com/raspberrypi/pico-examples/pull/392

Signed-off-by: Samveen <samveen@samveen.in>
2023-09-29 14:53:26 +10:00
..
dhcpserver.c shared/netutils/dhcpserver: Reply on correct netif. 2023-09-29 14:53:26 +10:00
dhcpserver.h shared: Introduce new top-level dir and move 1st party lib code there. 2021-07-12 17:07:36 +10:00
netutils.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
netutils.h shared/netutils: Add "py/obj.h" header include. 2022-11-11 15:43:53 +11:00
trace.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00