nixos/networkd: allow setting ManageForeignNextHops option (#376630)
This commit is contained in:
@@ -22,6 +22,7 @@ let
|
||||
"SpeedMeterIntervalSec"
|
||||
"ManageForeignRoutingPolicyRules"
|
||||
"ManageForeignRoutes"
|
||||
"ManageForeignNextHops"
|
||||
"RouteTable"
|
||||
"IPv6PrivacyExtensions"
|
||||
"IPv4Forwarding"
|
||||
@@ -32,6 +33,7 @@ let
|
||||
(assertInt "SpeedMeterIntervalSec")
|
||||
(assertValueOneOf "ManageForeignRoutingPolicyRules" boolValues)
|
||||
(assertValueOneOf "ManageForeignRoutes" boolValues)
|
||||
(assertValueOneOf "ManageForeignNextHops" boolValues)
|
||||
(assertValueOneOf "IPv6PrivacyExtensions" (
|
||||
boolValues
|
||||
++ [
|
||||
|
||||
Reference in New Issue
Block a user