]> git.proxmox.com Git - mirror_frr.git/blame - babeld/babeld.conf.sample
babeld: fix interface bug, simplify code.
[mirror_frr.git] / babeld / babeld.conf.sample
CommitLineData
5734509c
PJ
1# placeholder
2# This is an example. See documentation for more results.
3#
4# let 'eth0' be an interface.
5#
6# Remark: '#' and '!' are comments.
7# NB, just for this example:
8# each line at the same indentation is only dependant of the less level
9# line. BUT the quagga parser is insensitive.
10
11
12# setup the routing for Babel.
13router babel #activate the Babel routing babeld.c
14 network eth0 #eth0 is match interface.c
15 redistribute kernel #(kernel|connected|static|ospf6|bgp) babel_zebra.c
16 no redistribute static #...
17
18
19# setup each interface, one by one...
20Interface eth0 #Set eth0 options interface.c
21! wired #with wire interface.c
22 wireless #without wire (défaut) interface.c
23! babel split-horizon #with Split-horizon interface.c
24 no babel split-horizon #without (defaut) interface.c
25 hello interval 4096 #default = 4096 (in miliseconds) interface.c
26
27
28# setup the log destination.
29# log stdout
30# log stdout debugging
31log file /var/log/quagga/babeld.log