Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-04-28 04:47:30 +00:00
parent 7a4f40362e
commit 3b358aa3af

View File

@ -8,15 +8,6 @@ protocol direct {
disabled; # Disable by default
}
# Forbid synchronizing BIRD routing tables with the OS kernel.
protocol kernel {
ipv4 {
import all; # Import to table, default is import all
export none; # Export to protocol. default is export none
};
persist; # Don't remove routes on bird shutdown
}
protocol device {
interface "lixonet" {
preferred ${address};
@ -38,11 +29,9 @@ template bgp lixonet_client {
}
# Neighbor example
protocol bgp denco_mane_lixo from lixonet_client {
neighbor 172.30.0.8 as 4206969008;
}
protocol bgp lkwco_mane_lixo from lixonet_client {
neighbor 172.30.0.16 as 4206969016;
}