Cleaning up bird6 as well
This commit is contained in:
parent
0ddbd33d33
commit
336e2618e4
10
bird6.conf
10
bird6.conf
|
@ -1,7 +1,11 @@
|
||||||
log "/var/log/bird6.log" { debug, trace, info, remote, warning, error, auth, fatal, bug };
|
log "/var/log/bird6.log" { debug, trace, info, remote, warning, error, auth, fatal, bug };
|
||||||
|
|
||||||
table T_BGP;
|
table T_BGP;
|
||||||
table T_OSPF;
|
table T_OSPF;
|
||||||
|
|
||||||
|
include "/etc/bird/local6.conf";
|
||||||
|
include "/etc/bird/filter6.conf";
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
scan time 10;
|
scan time 10;
|
||||||
}
|
}
|
||||||
|
@ -12,10 +16,6 @@ protocol static {
|
||||||
export none;
|
export none;
|
||||||
}
|
}
|
||||||
|
|
||||||
include "/etc/bird/local6.conf";
|
|
||||||
include "/etc/bird/filter6.conf";
|
|
||||||
include "/etc/bird/community_filters.conf";
|
|
||||||
|
|
||||||
protocol kernel {
|
protocol kernel {
|
||||||
metric 64; # Use explicit kernel route metric to avoid collisions
|
metric 64; # Use explicit kernel route metric to avoid collisions
|
||||||
# with non-BIRD routes in the kernel routing table
|
# with non-BIRD routes in the kernel routing table
|
||||||
|
@ -28,7 +28,7 @@ protocol kernel {
|
||||||
accept;
|
accept;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
include "/etc/bird/community_filters.conf";
|
||||||
include "/etc/bird/ospf6.conf";
|
include "/etc/bird/ospf6.conf";
|
||||||
include "/etc/bird/bgp6.conf";
|
include "/etc/bird/bgp6.conf";
|
||||||
include "/etc/bird/peers6/*";
|
include "/etc/bird/peers6/*";
|
||||||
|
|
Loading…
Reference in a new issue