Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The dhcp server should reply to the right netif #392

Merged

Conversation

peterharperuk
Copy link
Contributor

The DHCP server broadcasts messages. This 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.

Fixes #382

The DHCP server broadcasts messages. This 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.

Fixes raspberrypi#382
@kilograham kilograham merged commit 4005af1 into raspberrypi:develop Jun 8, 2023
1 check passed
samveen pushed a commit to samveen/micropython that referenced this pull request Sep 22, 2023
The DHCP server broadcasts messages. This 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 <peter.harper@raspberrypi.com>
Source: raspberrypi/pico-examples#392

Signed-off-by: Samveen <samveen@samveen.in>
samveen pushed a commit to samveen/micropython that referenced this pull request Sep 22, 2023
The DHCP server broadcasts messages. This 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: raspberrypi/pico-examples#392

Signed-off-by: Samveen <samveen@samveen.in>
dpgeorge pushed a commit to samveen/micropython that referenced this pull request Sep 29, 2023
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: raspberrypi/pico-examples#392

Signed-off-by: Samveen <samveen@samveen.in>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants