bird.conf.j2 429 B

1234567891011121314151617181920212223242526
  1. # Managed by Ansible... do not update manually as changes will be overwritten
  2. router id {{loopback_ipv4 | ipaddr('address') }};
  3. log syslog all;
  4. protocol kernel {
  5. persist;
  6. scan time 10;
  7. device routes;
  8. import all;
  9. export all;
  10. kernel table 42;
  11. };
  12. protocol device {
  13. scan time 10;
  14. };
  15. /*
  16. protocol static unr_def {
  17. preference 1;
  18. route 0.0.0.0/0 unreachable;
  19. };
  20. */
  21. include "/etc/bird/conf.d/*.conf";