bird6.conf.j2 330 B

12345678910111213141516171819202122
  1. router id {{ primary_v4_address }};
  2. log syslog all;
  3. protocol kernel {
  4. persist;
  5. scan time 10;
  6. device routes;
  7. import all;
  8. export all;
  9. kernel table 42;
  10. };
  11. protocol device {
  12. scan time 10;
  13. };
  14. protocol static unr_def {
  15. preference 1;
  16. route ::/0 unreachable;
  17. };
  18. include "/etc/bird/conf6.d/*.conf";