bundles/systemd-networkd: add option to enable RA for nodes without dhcp
This commit is contained in:
parent
460a04278f
commit
5a34d9d58c
5 changed files with 8 additions and 0 deletions
|
@ -39,7 +39,11 @@ GatewayOnlink=yes
|
|||
% endif
|
||||
[Network]
|
||||
DHCP=no
|
||||
% if config.get('ipv6_accept_ra', False):
|
||||
IPv6AcceptRA=yes
|
||||
% else:
|
||||
IPv6AcceptRA=no
|
||||
% endif
|
||||
|
||||
% if config.get('forwarding', False):
|
||||
IPForward=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue