]> git.puffer.fish Git - matthieu/frr.git/commitdiff
babeld: more helpful sample conf file.
authorJuliusz Chroboczek <jch@pps.jussieu.fr>
Tue, 14 Feb 2012 07:53:51 +0000 (08:53 +0100)
committerPaul Jakma <paul@quagga.net>
Sun, 25 Mar 2012 16:06:54 +0000 (17:06 +0100)
babeld/babeld.conf.sample

index 4eced43338f6f87b3134eb1d4cba1866c5b6ce49..a4924ec7b7e5f9b647390952d507373ac4b1a8a1 100644 (file)
@@ -7,15 +7,24 @@ debug babel common
 !debug babel all
 
 router babel
+! network wlan0
 ! network eth0
 ! redistribute kernel
 ! no redistribute static
 
+! The defaults are fine for a wireless interface
+
+!interface wlan0
+
+! A few optimisation tweaks are optional but recommended on a wired interface
+! Disable link quality estimation, enable split horizon processing, and
+! increase the hello and update intervals.
+
 !interface eth0
 ! babel wired
-! babel wireless
 ! babel split-horizon
-! no babel split-horizon
+! babel hello-interval 12000
+! babel update-interval 36000
 
 ! log file /var/log/quagga/babeld.log
 log stdout