nixos/networkd: rename GatewayOnlink to GatewayOnLink

This follows upstreams renaming of the option [1].

[1] https://github.com/systemd/systemd/commit/9cb8c5593443d24c19e40bfd4fc06d672f8c554c
This commit is contained in:
Andreas Rammhold
2019-06-03 15:05:17 +02:00
parent d600da7045
commit 1b7b1dbe2f
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ let
checkRoute = checkUnitConfig "Route" [
(assertOnlyFields [
"Gateway" "GatewayOnlink" "Destination" "Source" "Metric"
"Gateway" "GatewayOnLink" "Destination" "Source" "Metric"
"IPv6Preference" "Scope" "PreferredSource" "Table" "Protocol" "Type"
"InitialCongestionWindow" "InitialAdvertisedReceiveWindow" "QuickAck"
"MTUBytes"