Update bird/bird.conf.tmpl
This commit is contained in:
parent
b1bb09e3ce
commit
a9d2010b21
@ -8,21 +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};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# Define a template to use when connecting to other BGP clients on the EE network
|
||||
template bgp lixonet_client {
|
||||
|
Loading…
x
Reference in New Issue
Block a user