batman6.conf.j2 204 B

12345678910
  1. protocol direct bat0 {
  2. interface "bat0";
  3. }
  4. protocol radv ra_bat0 {
  5. interface "bat0";
  6. {% for host in groups['supernodes'] %}
  7. rdnss {{hostvars[host].batman_mesh_ipv6|ipaddr('address')}};
  8. {% endfor %}
  9. }