bundles/systemd-networkd: fix typo in routes
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6e423c24fb
commit
b7222e2cd1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Address=${ip}/${prefix}
|
||||||
% for route, rconfig in sorted(config.get('routes', {}).items()):
|
% for route, rconfig in sorted(config.get('routes', {}).items()):
|
||||||
[Route]
|
[Route]
|
||||||
% if 'via' in rconfig:
|
% if 'via' in rconfig:
|
||||||
Gateway=${route['via']}
|
Gateway=${rconfig['via']}
|
||||||
% endif
|
% endif
|
||||||
Destination=${route}
|
Destination=${route}
|
||||||
GatewayOnlink=yes
|
GatewayOnlink=yes
|
||||||
|
|
Loading…
Reference in a new issue