We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 157cc76 + 6c32471 commit 3fa96e6Copy full SHA for 3fa96e6
nixos/modules/system/boot/networkd.nix
@@ -877,6 +877,7 @@ let
877
"IAID"
878
"RequestBroadcast"
879
"RouteMetric"
880
+ "RapidCommit"
881
"RouteTable"
882
"RouteMTUBytes"
883
"ListenPort"
@@ -906,6 +907,7 @@ let
906
907
(assertInt "IAID")
908
(assertValueOneOf "RequestBroadcast" boolValues)
909
(assertInt "RouteMetric")
910
+ (assertValueOneOf "RapidCommit" boolValues)
911
(assertInt "RouteTable")
912
(assertRange "RouteTable" 0 4294967295)
913
(assertByteFormat "RouteMTUBytes")
0 commit comments