Skip to content

Commit 59f0f1e

Browse files
committed
nixos/networkd: allow setting ManageForeignNextHops option
Signed-off-by: budimanjojo <[email protected]>
1 parent 1fe998c commit 59f0f1e

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
@@ -22,6 +22,7 @@ let
2222
"SpeedMeterIntervalSec"
2323
"ManageForeignRoutingPolicyRules"
2424
"ManageForeignRoutes"
25+
"ManageForeignNextHops"
2526
"RouteTable"
2627
"IPv6PrivacyExtensions"
2728
"IPv4Forwarding"
@@ -32,6 +33,7 @@ let
3233
(assertInt "SpeedMeterIntervalSec")
3334
(assertValueOneOf "ManageForeignRoutingPolicyRules" boolValues)
3435
(assertValueOneOf "ManageForeignRoutes" boolValues)
36+
(assertValueOneOf "ManageForeignNextHops" boolValues)
3537
(assertValueOneOf "IPv6PrivacyExtensions" (
3638
boolValues
3739
++ [

0 commit comments

Comments
 (0)