radvd.conf.j2 249 B

123456789101112131415
  1. interface bat0
  2. {
  3. AdvSendAdvert on;
  4. IgnoreIfMissing on;
  5. MaxRtrAdvInterval 600;
  6. MinDelayBetweenRAs 10;
  7. AdvLinkMTU 1280;
  8. prefix {{batman_mesh_ipv6}}
  9. {
  10. };
  11. RDNSS {{batman_mesh_ipv6|ipaddr('address')}}
  12. {
  13. };
  14. };