Removed AdvRouterAddr from ULA
This commit is contained in:
parent
7092e62d45
commit
c3dec96f0e
@ -10,7 +10,7 @@ interface br-{{ site_code }} {
|
|||||||
prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }} {
|
prefix {{ batman_ipv6 | ipaddr('address') | ipsubnet(64) }} {
|
||||||
AdvOnLink on;
|
AdvOnLink on;
|
||||||
AdvAutonomous on;
|
AdvAutonomous on;
|
||||||
AdvRouterAddr on;
|
# AdvRouterAddr on;
|
||||||
};
|
};
|
||||||
{% if global_ipv6 is defined %}
|
{% if global_ipv6 is defined %}
|
||||||
prefix {{ global_ipv6 | ipaddr('address') | ipsubnet(64) }} {
|
prefix {{ global_ipv6 | ipaddr('address') | ipsubnet(64) }} {
|
||||||
|
Loading…
Reference in New Issue
Block a user