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

sys/linux: test BOOTP protocol #5546

Open
dvyukov opened this issue Nov 27, 2024 · 0 comments
Open

sys/linux: test BOOTP protocol #5546

dvyukov opened this issue Nov 27, 2024 · 0 comments

Comments

@dvyukov
Copy link
Collaborator

dvyukov commented Nov 27, 2024

It looks like most Linux machines accept remote UDP traffic on port 68:

$ netstat -lp
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
...
udp        0      0 0.0.0.0:bootpc          0.0.0.0:*                           -

These packets are parsed by the kernel, and are quite complex:
https://elixir.bootlin.com/linux/v6.12.1/source/net/ipv4/ipconfig.c#L989

#533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant