bird.conf.j2 329 B

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