nixos/networkd: support PrefixDelegationHint in DHCPv6 section

With sytemd v244 we will have support for this option.
This commit is contained in:
Andreas Rammhold
2020-05-01 13:33:55 +02:00
parent 10ad353d8b
commit 00215e5bc0
+1
View File
@@ -303,6 +303,7 @@ let
checkDhcpV6 = checkUnitConfig "DHCPv6" [
(assertOnlyFields [
"UseDns" "UseNTP" "RapidCommit" "ForceDHCPv6PDOtherInformation"
"PrefixDelegationHint"
])
(assertValueOneOf "UseDNS" boolValues)
(assertValueOneOf "UseNTP" boolValues)