nixos/networkd: add missing dhcpv6 and static options to IPv6PrefixDelegation

This commit is contained in:
Maximilian Bosch 2019-11-23 12:51:38 +01:00
parent be1ce70e6f
commit b451612bd9
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -201,7 +201,7 @@ let
(assertValueOneOf "IPv6AcceptRA" boolValues)
(assertValueOneOf "IPv4ProxyARP" boolValues)
(assertValueOneOf "IPv6ProxyNDP" boolValues)
(assertValueOneOf "IPv6PrefixDelegation" boolValues)
(assertValueOneOf "IPv6PrefixDelegation" (boolValues ++ [ "dhcpv6" "static" ]))
(assertValueOneOf "ActiveSlave" boolValues)
(assertValueOneOf "PrimarySlave" boolValues)
(assertValueOneOf "ConfigureWithoutCarrier" boolValues)