mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
systemd-networkd: add option to assign ipv6 prefix
This commit is contained in:
parent
820d55bb16
commit
fb59bf8a6d
1 changed files with 2 additions and 0 deletions
|
@ -945,10 +945,12 @@ let
|
|||
"Prefix"
|
||||
"PreferredLifetimeSec"
|
||||
"ValidLifetimeSec"
|
||||
"Assign"
|
||||
"Token"
|
||||
])
|
||||
(assertValueOneOf "AddressAutoconfiguration" boolValues)
|
||||
(assertValueOneOf "OnLink" boolValues)
|
||||
(assertValueOneOf "Assign" boolValues)
|
||||
];
|
||||
|
||||
sectionIPv6RoutePrefix = checkUnitConfig "IPv6RoutePrefix" [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue