1234567891011121314151617181920212223 |
- #
- # This file is managed by ansible. Do not edit by hand!
- #
- log syslog all;
- router id {{routerid}};
- protocol direct {
- interface "*";
- };
- protocol kernel {
- device routes;
- import all;
- export all;
- kernel table 42;
- };
- protocol device {
- scan time 8;
- };
- include "/etc/bird.d/*.cfg";
|