From 336e2618e44d7c84a0abaeae9bb06f2a74d33398 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sun, 14 Oct 2018 10:37:35 +0200 Subject: [PATCH] Cleaning up bird6 as well --- bird6.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bird6.conf b/bird6.conf index 9843e75..b394f41 100644 --- a/bird6.conf +++ b/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/*";