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.
ManageForeignNextHops
1 parent 1fe998c commit 59f0f1eCopy full SHA for 59f0f1e
nixos/modules/system/boot/networkd.nix
@@ -22,6 +22,7 @@ let
22
"SpeedMeterIntervalSec"
23
"ManageForeignRoutingPolicyRules"
24
"ManageForeignRoutes"
25
+ "ManageForeignNextHops"
26
"RouteTable"
27
"IPv6PrivacyExtensions"
28
"IPv4Forwarding"
@@ -32,6 +33,7 @@ let
32
33
(assertInt "SpeedMeterIntervalSec")
34
(assertValueOneOf "ManageForeignRoutingPolicyRules" boolValues)
35
(assertValueOneOf "ManageForeignRoutes" boolValues)
36
+ (assertValueOneOf "ManageForeignNextHops" boolValues)
37
(assertValueOneOf "IPv6PrivacyExtensions" (
38
boolValues
39
++ [
0 commit comments