bundles/systemd-networkd: fix naming of GatewayOnlink
This commit is contained in:
parent
78047da04a
commit
394424951f
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@ Address=${ip}/${prefix}
|
|||
% if 'gateway4' in config:
|
||||
[Route]
|
||||
Gateway=${config['gateway4']}
|
||||
GatewayOnLink=yes
|
||||
GatewayOnlink=yes
|
||||
% endif
|
||||
|
||||
% if 'gateway6' in config:
|
||||
[Route]
|
||||
Gateway=${config['gateway6']}
|
||||
GatewayOnLink=yes
|
||||
GatewayOnlink=yes
|
||||
% endif
|
||||
|
||||
[Network]
|
||||
|
|
Loading…
Reference in a new issue