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
1 changed files with 1 additions and 0 deletions
|
@ -779,6 +779,7 @@ let
|
||||||
"RouteDenyList"
|
"RouteDenyList"
|
||||||
"RouteAllowList"
|
"RouteAllowList"
|
||||||
"DHCPv6Client"
|
"DHCPv6Client"
|
||||||
|
"RouteMetric"
|
||||||
])
|
])
|
||||||
(assertValueOneOf "UseDNS" boolValues)
|
(assertValueOneOf "UseDNS" boolValues)
|
||||||
(assertValueOneOf "UseDomains" (boolValues ++ ["route"]))
|
(assertValueOneOf "UseDomains" (boolValues ++ ["route"]))
|
||||||
|
|
Loading…
Reference in a new issue