mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
Merge pull request #306926 from tie/networkd-global-ipv6-privacy-extensions
nixos/networkd: allow IPv6PrivacyExtensions in networkd.conf
This commit is contained in:
commit
ddf728e50b
1 changed files with 2 additions and 0 deletions
|
@ -17,11 +17,13 @@ let
|
||||||
"ManageForeignRoutingPolicyRules"
|
"ManageForeignRoutingPolicyRules"
|
||||||
"ManageForeignRoutes"
|
"ManageForeignRoutes"
|
||||||
"RouteTable"
|
"RouteTable"
|
||||||
|
"IPv6PrivacyExtensions"
|
||||||
])
|
])
|
||||||
(assertValueOneOf "SpeedMeter" boolValues)
|
(assertValueOneOf "SpeedMeter" boolValues)
|
||||||
(assertInt "SpeedMeterIntervalSec")
|
(assertInt "SpeedMeterIntervalSec")
|
||||||
(assertValueOneOf "ManageForeignRoutingPolicyRules" boolValues)
|
(assertValueOneOf "ManageForeignRoutingPolicyRules" boolValues)
|
||||||
(assertValueOneOf "ManageForeignRoutes" boolValues)
|
(assertValueOneOf "ManageForeignRoutes" boolValues)
|
||||||
|
(assertValueOneOf "IPv6PrivacyExtensions" (boolValues ++ ["prefer-public" "kernel"]))
|
||||||
];
|
];
|
||||||
|
|
||||||
sectionDHCPv4 = checkUnitConfig "DHCPv4" [
|
sectionDHCPv4 = checkUnitConfig "DHCPv4" [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue