Fix alignment
This commit is contained in:
parent
a053dda6a7
commit
beee9c1128
1 changed files with 3 additions and 3 deletions
|
@ -30,11 +30,11 @@ iface eth0
|
||||||
{% if local_network.gateway6 is defined %}
|
{% if local_network.gateway6 is defined %}
|
||||||
address {{ wanted_ip6 }}/64
|
address {{ wanted_ip6 }}/64
|
||||||
gateway {{ local_network.gateway6 }}
|
gateway {{ local_network.gateway6 }}
|
||||||
{% if bridged_network is defined and bridged_network %}
|
{% if bridged_network is defined and bridged_network %}
|
||||||
up echo 0 > /proc/sys/net/ipv6/conf/br0/accept_ra
|
up echo 0 > /proc/sys/net/ipv6/conf/br0/accept_ra
|
||||||
{% else %}
|
{% else %}
|
||||||
pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/accept_ra
|
pre-up echo 0 > /proc/sys/net/ipv6/conf/eth0/accept_ra
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
address {{ wanted_ip6 }}/128
|
address {{ wanted_ip6 }}/128
|
||||||
post-up ip addrlabel add prefix {{ wanted_ip6 }}/64 label 99
|
post-up ip addrlabel add prefix {{ wanted_ip6 }}/64 label 99
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue