Update bird/bird.conf.tmpl

This commit is contained in:
sump pump 2020-04-28 04:44:45 +00:00
parent 054af3d2b5
commit ad00f5794c

View File

@ -10,11 +10,11 @@ protocol direct {
# Forbid synchronizing BIRD routing tables with the OS kernel. # Forbid synchronizing BIRD routing tables with the OS kernel.
protocol kernel { protocol kernel {
persist; # Don't remove routes on bird shutdown
ipv4 { ipv4 {
import all; # Import to table, default is import all import all; # Import to table, default is import all
export none; # Export to protocol. default is export none export none; # Export to protocol. default is export none
}; }
persist; # Don't remove routes on bird shutdown
} }
protocol device { protocol device {