diff options
author | Juliusz Chroboczek <jch@pps.jussieu.fr> | 2012-02-14 08:53:51 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2012-03-25 18:06:54 +0200 |
commit | 46b92c043f1a83d8343a4a0345a7b69bac3cdf20 (patch) | |
tree | 11cfaf25b7654c09c6c0d30f4992b0715bf9ecd7 /babeld/babeld.conf.sample | |
parent | babeld: fix documentation. (diff) | |
download | frr-46b92c043f1a83d8343a4a0345a7b69bac3cdf20.tar.xz frr-46b92c043f1a83d8343a4a0345a7b69bac3cdf20.zip |
babeld: more helpful sample conf file.
Diffstat (limited to 'babeld/babeld.conf.sample')
-rw-r--r-- | babeld/babeld.conf.sample | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/babeld/babeld.conf.sample b/babeld/babeld.conf.sample index 4eced4333..a4924ec7b 100644 --- a/babeld/babeld.conf.sample +++ b/babeld/babeld.conf.sample @@ -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 |