mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Update syntax for systemd.network routes
This commit is contained in:
parent
1eb75018d3
commit
78ca5583c2
2 changed files with 6 additions and 6 deletions
|
|
@ -78,9 +78,9 @@
|
|||
"2a01:4ff:ff00::add:2"
|
||||
];
|
||||
routes = [
|
||||
{ routeConfig = { Destination = "172.31.1.1"; }; }
|
||||
{ routeConfig = { Gateway = "172.31.1.1"; GatewayOnLink = true; }; }
|
||||
{ routeConfig.Gateway = "fe80::1"; }
|
||||
{ Destination = "172.31.1.1"; }
|
||||
{ Gateway = "172.31.1.1"; GatewayOnLink = true; }
|
||||
{ Gateway = "fe80::1"; }
|
||||
];
|
||||
# make the routes on this interface a dependency for network-online.target
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue