batman6.conf.j2 337 B

12345678910111213
  1. protocol direct bat0 {
  2. interface "bat0";
  3. }
  4. protocol radv ra_bat0 {
  5. interface "bat0";
  6. rdnss {{mesh_ipv6_address|ipaddr('address')}};
  7. {% for host in groups['supernodes'] %}
  8. {% if hostvars[host]['inventory_hostname'] != inventory_hostname %}
  9. rdnss {{ hostvars[host]['mesh_ipv6_address']|ipaddr('address')}};
  10. {% endif %}
  11. {% endfor %}
  12. }