aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/files/bird/protocols.conf
blob: b84c6ac7cc4e2e4b6d8d2e1046abc7df23be8120 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
protocol device {
	scan time 10;
}

protocol direct {
}

protocol kernel {
	metric 64;
	learn;
	persist;
	scan time 20;
	import all;
	export all;
}