Cleaning up bird6 as well
This commit is contained in:
parent
0ddbd33d33
commit
336e2618e4
12
bird6.conf
12
bird6.conf
|
@ -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/*";
|
||||
|
|
Loading…
Reference in a new issue