summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthieu Boutier <boutier@pps.jussieu.fr>2012-02-08 00:32:59 +0100
committerPaul Jakma <paul@quagga.net>2012-03-25 17:06:53 +0100
commit73c74d4ee8bd0bc3fae899679e852df9c61f0ed3 (patch)
tree98d49f532b6ca046400be60d67eb80972bd5469d /doc
parentf92a55ff0ef8e1186ad52369ace299bc91fdb791 (diff)
doc: fix typo in babeld.
Diffstat (limited to 'doc')
-rw-r--r--doc/babeld.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/babeld.texi b/doc/babeld.texi
index aa19c9aa..b7f3d07f 100644
--- a/doc/babeld.texi
+++ b/doc/babeld.texi
@@ -14,9 +14,7 @@ perform reliable link quality estimation on wireless links. Babel is
a double-stack routing protocol, meaning that a single Babel instance
is able to perform routing for both IPv4 and IPv6.
-Quagga implements Babel as described in RFC6126, as well as the
-``Babel-Z'' extensions that optimise routes for radio frequency
-diversity.
+Quagga implements Babel as described in RFC6126.
@menu
* Configuring babeld::
@@ -33,7 +31,7 @@ The @command{babeld} daemon can be invoked with any of the common
options (@pxref{Common Invocation Options}).
The @command{zebra} daemon must be running before @command{babeld} is
-inovked. Also, if @command{zebra} is restarted then @command{babeld}
+invoked. Also, if @command{zebra} is restarted then @command{babeld}
must be too.
Configuration of @command{babeld} is done in its configuration file
@@ -79,7 +77,7 @@ to communication failures.
@end deffn
@deffn {Interface Command} {passive-interface}
-@deffnx {Interface Command} {passive-interface}
+@deffnx {Interface Command} {no passive-interface}
Specifies whether this interface is passive. Note that this is
a little weaker than RIP's notion of passive interface, since Babel
always sends Hello packets, even on passive interfaces.
@@ -111,6 +109,7 @@ state. They are mostly useful for troubleshooting.
@deffnx {Babel Command} {no debug @var{kind}} {}
Enable or disable debugging messages of a given kind. @var{kind} can
be one of @samp{common}, @samp{kernel}, @samp{filter}, @samp{timeout},
-@samp{interface}, @samp{route} or @samp{all}.
+@samp{interface}, @samp{route} or @samp{all}. Note that if you have
+compiled with the NO_DEBUG flag, then these commands aren't available.
@end deffn