Cleaning up bird6 as well

This commit is contained in:
Jesper Hess 2018-10-14 10:37:35 +02:00
parent 0ddbd33d33
commit 336e2618e4
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,13 @@
log "/var/log/bird6.log" { debug, trace, info, remote, warning, error, auth, fatal, bug };
table T_BGP;
table T_OSPF;
include "/etc/bird/local6.conf";
include "/etc/bird/filter6.conf";
protocol device {
scan time 10;
scan time 10;
}
protocol static {
@ -12,10 +16,6 @@ protocol static {
export none;
}
include "/etc/bird/local6.conf";
include "/etc/bird/filter6.conf";
include "/etc/bird/community_filters.conf";
protocol kernel {
metric 64; # Use explicit kernel route metric to avoid collisions
# with non-BIRD routes in the kernel routing table
@ -28,7 +28,7 @@ protocol kernel {
accept;
};
}
include "/etc/bird/community_filters.conf";
include "/etc/bird/ospf6.conf";
include "/etc/bird/bgp6.conf";
include "/etc/bird/peers6/*";