0
0
Fork 0
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:
Jason Tarasovic 2023-08-15 17:47:51 -05:00 committed by GitHub
parent 820d55bb16
commit fb59bf8a6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -945,10 +945,12 @@ let
"Prefix"
"PreferredLifetimeSec"
"ValidLifetimeSec"
"Assign"
"Token"
])
(assertValueOneOf "AddressAutoconfiguration" boolValues)
(assertValueOneOf "OnLink" boolValues)
(assertValueOneOf "Assign" boolValues)
];
sectionIPv6RoutePrefix = checkUnitConfig "IPv6RoutePrefix" [