mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +00:00
babeld: more helpful sample conf file.
This commit is contained in:
parent
4d176dc07c
commit
46b92c043f
@ -7,15 +7,24 @@ debug babel common
|
|||||||
!debug babel all
|
!debug babel all
|
||||||
|
|
||||||
router babel
|
router babel
|
||||||
|
! network wlan0
|
||||||
! network eth0
|
! network eth0
|
||||||
! redistribute kernel
|
! redistribute kernel
|
||||||
! no redistribute static
|
! 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
|
!interface eth0
|
||||||
! babel wired
|
! babel wired
|
||||||
! babel wireless
|
|
||||||
! babel split-horizon
|
! babel split-horizon
|
||||||
! no babel split-horizon
|
! babel hello-interval 12000
|
||||||
|
! babel update-interval 36000
|
||||||
|
|
||||||
! log file /var/log/quagga/babeld.log
|
! log file /var/log/quagga/babeld.log
|
||||||
log stdout
|
log stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user