forked from FF-RGB/ansible
Added Global V6 to radvd
This commit is contained in:
parent
700dc51016
commit
82d709127b
@ -12,6 +12,13 @@ interface br-{{ site_code }} {
|
|||||||
AdvAutonomous on;
|
AdvAutonomous on;
|
||||||
AdvRouterAddr on;
|
AdvRouterAddr on;
|
||||||
};
|
};
|
||||||
|
{% if global_ipv6 is defined %}
|
||||||
|
prefix {{ global_ipv6 | ipaddr('address') | ipsubnet(64) }} {
|
||||||
|
AdvOnLink on;
|
||||||
|
AdvAutonomous on;
|
||||||
|
AdvRouterAddr on;
|
||||||
|
};
|
||||||
|
{% endif %}
|
||||||
RDNSS {{ batman_ipv6 | ipaddr('address')}} {
|
RDNSS {{ batman_ipv6 | ipaddr('address')}} {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user