Commit 45090fec authored by Martin Mares's avatar Martin Mares
Browse files

Synced example config with new options.

parent d88e99a9
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -20,9 +20,10 @@ protocol device {

protocol kernel {
#	disabled
#	learn;			# Learn all routes from the kernel
	scan time 10;		# Scan kernel tables every 10 seconds
#	route scan time 20;	# But routes only every 20 seconds
#	learn			# Learn all routes from the kernel
	persist			# Don't remove routes on bird shutdown
	scan time 10		# Scan kernel tables every 10 seconds
	route scan time 20	# But routes only every 20 seconds
}

protocol static {