Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-04-28 04:52:45 +00:00
parent b1bb09e3ce
commit a9d2010b21

View File

@ -8,21 +8,6 @@ protocol direct {
disabled; # Disable by default 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};
};
};
# Define a template to use when connecting to other BGP clients on the EE network # Define a template to use when connecting to other BGP clients on the EE network
template bgp lixonet_client { template bgp lixonet_client {