nixos/networkd: fix eval (#360315)

This commit is contained in:
Franz Pletz 2024-11-30 07:11:26 +01:00 committed by GitHub
commit 0ea5454f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -733,7 +733,7 @@ let
(assertValueOneOf "IPv4AcceptLocal" boolValues)
(assertValueOneOf "IPv4RouteLocalnet" boolValues)
(assertValueOneOf "IPv4ProxyARP" boolValues)
(assertValueOneof "IPv4ProxyARPPrivateVLAN" boolValues)
(assertValueOneOf "IPv4ProxyARPPrivateVLAN" boolValues)
(assertValueOneOf "IPv6ProxyNDP" boolValues)
(assertValueOneOf "IPv6SendRA" boolValues)
(assertValueOneOf "DHCPPrefixDelegation" boolValues)