nixos/networkd: allow RouteMetric= in [DHCPv6] section
This commit is contained in:
parent
4903ef48f9
commit
b8d59e93c8
1 changed files with 2 additions and 0 deletions
|
@ -648,11 +648,13 @@ let
|
|||
"RapidCommit"
|
||||
"ForceDHCPv6PDOtherInformation"
|
||||
"PrefixDelegationHint"
|
||||
"RouteMetric"
|
||||
])
|
||||
(assertValueOneOf "UseDNS" boolValues)
|
||||
(assertValueOneOf "UseNTP" boolValues)
|
||||
(assertValueOneOf "RapidCommit" boolValues)
|
||||
(assertValueOneOf "ForceDHCPv6PDOtherInformation" boolValues)
|
||||
(assertInt "RouteMetric")
|
||||
];
|
||||
|
||||
sectionDHCPServer = checkUnitConfig "DHCPServer" [
|
||||
|
|
Loading…
Reference in a new issue