File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / babeld / babeld.conf.sample
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 9 09:22:28 2012 UTC (11 years, 9 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_22p0, v0_99_22, v0_99_21, HEAD
quagga

    1: debug babel common
    2: !debug babel kernel
    3: !debug babel filter
    4: !debug babel timeout
    5: !debug babel interface
    6: !debug babel route
    7: !debug babel all
    8: 
    9: router babel
   10: ! network wlan0
   11: ! network eth0
   12: ! redistribute kernel
   13: ! no redistribute static
   14: 
   15: ! The defaults are fine for a wireless interface
   16: 
   17: !interface wlan0
   18: 
   19: ! A few optimisation tweaks are optional but recommended on a wired interface
   20: ! Disable link quality estimation, enable split horizon processing, and
   21: ! increase the hello and update intervals.
   22: 
   23: !interface eth0
   24: ! babel wired
   25: ! babel split-horizon
   26: ! babel hello-interval 12000
   27: ! babel update-interval 36000
   28: 
   29: ! log file /var/log/quagga/babeld.log
   30: log stdout

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>