bird6.conf.j2 436 B

12345678910111213141516171819202122232425262728293031
  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 "/etc/bird6.d/*.cfg";