We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like most Linux machines accept remote UDP traffic on port 68:
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
The text was updated successfully, but these errors were encountered: