]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc/babeld: small documentation update
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 2 Aug 2017 01:19:18 +0000 (22:19 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 2 Aug 2017 01:19:18 +0000 (22:19 -0300)
Fixes Issue #889.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
babeld/babeld.conf.sample
doc/babeld.texi

index a4924ec7b7e5f9b647390952d507373ac4b1a8a1..a77453a73411a4696dcd041735d4c0b0ad5c8bc9 100644 (file)
@@ -9,8 +9,8 @@ debug babel common
 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
 
index 2dfb5f8c0a3c9065b42e3a745a498ab20db2f18d..341f692869dceac5f59f094823b5a4ae9e89b853 100644 (file)
@@ -179,8 +179,8 @@ The default is 4@dmn{s}.
 @node Babel redistribution, Show Babel information, Babel configuration, Babel
 @section Babel redistribution
 
-@deffn {Babel command} {redistribute @var{kind}}
-@deffnx {Babel command} {no redistribute @var{kind}}
+@deffn {Babel command} {redistribute @var{<ipv4|ipv6>} @var{kind}}
+@deffnx {Babel command} {no redistribute @var{<ipv4|ipv6>} @var{kind}}
 Specify which kind of routes should be redistributed into Babel.
 @end deffn