-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
nixos/networkd: expose RapidCommit in DHCPv4 network unit section #366038
nixos/networkd: expose RapidCommit in DHCPv4 network unit section #366038
Conversation
It would be fantastic if this got a backport, but I've no idea where to begin with that. |
Tested & validated as working on |
Disabling this option is required to obtain a DHCPv4 lease from some old/misconfigured DHCP servers. This was already exposed for DHCPv6.
49a315e
to
6c32471
Compare
@@ -877,6 +877,7 @@ let | |||
"IAID" | |||
"RequestBroadcast" | |||
"RouteMetric" | |||
"RapidCommit" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs (for anyone coming on this PR later, no need to update the PR for this.)
Hi @philiptaron, what's involved in backporting this to 24.11? It looks like adding a label to this PR/issue and rerunning the action would do it but I don't have permissions. ![]() |
Yep, did it. |
Successfully created backport PR for |
This PR exposes the
RapidCommit
option in the[DHCPv4]
section ofsystemd-networkd
network units. Disabling this option is required to obtain a DHCPv4 lease from some old/misconfigured DHCP servers. This was already exposed for DHCPv6.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.