Merge pull request #102096 from flokli/networkd-dhcpv6-route-metric
nixos/networkd: allow RouteMetric= in [DHCPv6] section
This commit is contained in:
commit
a9df495cc8
@ -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 New Issue
Block a user