12345678910111213141516171819202122 |
- router id {{ primary_v4_address }};
- log syslog all;
- protocol kernel {
- persist;
- scan time 10;
- device routes;
- import all;
- export all;
- kernel table 42;
- };
- protocol device {
- scan time 10;
- };
- protocol static unr_def {
- preference 1;
- route 0.0.0.0/0 unreachable;
- };
- include "/etc/bird/conf.d/*.conf";
|