bird6.conf.j2 338 B

123456789101112131415161718192021
  1. #
  2. # This file is managed by ansible. Do not edit by hand!
  3. #
  4. log syslog all;
  5. router id {{routerid}};
  6. protocol kernel {
  7. persist;
  8. device routes;
  9. scan time 20;
  10. import all;
  11. export all;
  12. kernel table 42;
  13. }
  14. protocol device {
  15. scan time 8;
  16. }
  17. include "{{bird_config_dir}}/conf6.d/*.conf";