Update bird/bird.conf.tmpl
This commit is contained in:
parent
5991a1b8ff
commit
4ad30debeb
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user