Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-04-28 04:49:02 +00:00
parent 5991a1b8ff
commit 4ad30debeb

View File

@ -3,16 +3,6 @@ debug protocols all; # Enable debugging
router id ${address};
# 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};