nixos/networkd: allow RouteMetric for IPv6AcceptRA
According to `systemd.network(5)` of systemd v249 this is a valid option. Fixes evaluation of the wildcard network definitions.
This commit is contained in:
parent
b08a06859c
commit
9c18662612
@ -779,6 +779,7 @@ let
|
||||
"RouteDenyList"
|
||||
"RouteAllowList"
|
||||
"DHCPv6Client"
|
||||
"RouteMetric"
|
||||
])
|
||||
(assertValueOneOf "UseDNS" boolValues)
|
||||
(assertValueOneOf "UseDomains" (boolValues ++ ["route"]))
|
||||
|
Loading…
Reference in New Issue
Block a user