28 lines
530 B
Text
28 lines
530 B
Text
![]() |
log syslog all;
|
||
|
|
||
|
router id 172.23.156.2;
|
||
|
|
||
|
timeformat base iso long;
|
||
|
timeformat log iso long;
|
||
|
timeformat protocol iso long;
|
||
|
timeformat route iso long;
|
||
|
|
||
|
include "/etc/bird/constants.conf";
|
||
|
include "/etc/bird/passwords.conf";
|
||
|
include "/etc/bird/communities.conf";
|
||
|
include "/etc/bird/tables.conf";
|
||
|
include "/etc/bird/filters/*.conf";
|
||
|
include "/etc/bird/templates/*.conf";
|
||
|
include "/etc/bird/protocols/*.conf";
|
||
|
|
||
|
protocol device {
|
||
|
|
||
|
}
|
||
|
|
||
|
protocol direct {
|
||
|
ipv4;
|
||
|
ipv6;
|
||
|
|
||
|
interface "bond0", "wg-*", "virbr*";
|
||
|
}
|