bird6.conf.j2 451 B

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