]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/babeld.conf.sample
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / babeld / babeld.conf.sample
index e1585c1da8f85b7e696b8c8caf70a734cb2c2fcc..a77453a73411a4696dcd041735d4c0b0ad5c8bc9 100644 (file)
@@ -1,13 +1,30 @@
+debug babel common
+!debug babel kernel
+!debug babel filter
+!debug babel timeout
+!debug babel interface
+!debug babel route
+!debug babel all
+
 router babel
+! network wlan0
 ! network eth0
-! redistribute kernel
-! no redistribute static
+! redistribute ipv4 kernel
+! no redistribute ipv6 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
-! wired
-! wireless
+! babel wired
 ! babel split-horizon
-! no babel split-horizon
+! babel hello-interval 12000
+! babel update-interval 36000
 
 ! log file /var/log/quagga/babeld.log
-log stdout
\ No newline at end of file
+log stdout