Skip to content

Commit 3fa96e6

Browse files
authored
nixos/networkd: expose RapidCommit in DHCPv4 network unit section (NixOS#366038)
2 parents 157cc76 + 6c32471 commit 3fa96e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos/modules/system/boot/networkd.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ let
877877
"IAID"
878878
"RequestBroadcast"
879879
"RouteMetric"
880+
"RapidCommit"
880881
"RouteTable"
881882
"RouteMTUBytes"
882883
"ListenPort"
@@ -906,6 +907,7 @@ let
906907
(assertInt "IAID")
907908
(assertValueOneOf "RequestBroadcast" boolValues)
908909
(assertInt "RouteMetric")
910+
(assertValueOneOf "RapidCommit" boolValues)
909911
(assertInt "RouteTable")
910912
(assertRange "RouteTable" 0 4294967295)
911913
(assertByteFormat "RouteMTUBytes")

0 commit comments

Comments
 (0)