nixos/networkd: added IAID, DUIDType and DUIDRawData to DHCPv6 section

This commit is contained in:
eyjhb 2021-09-28 15:33:06 +02:00
parent e3b5143614
commit 4b8bd41060
No known key found for this signature in database
GPG Key ID: 740FAE1502523BD8

View File

@ -668,6 +668,9 @@ let
"SendOption"
"UserClass"
"VendorClass"
"DUIDType"
"DUIDRawData"
"IAID"
])
(assertValueOneOf "UseAddress" boolValues)
(assertValueOneOf "UseDNS" boolValues)
@ -677,6 +680,7 @@ let
(assertValueOneOf "ForceDHCPv6PDOtherInformation" boolValues)
(assertValueOneOf "WithoutRA" ["solicit" "information-request"])
(assertRange "SendOption" 1 65536)
(assertInt "IAID")
];
sectionDHCPv6PrefixDelegation = checkUnitConfig "DHCPv6PrefixDelegation" [