summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuliusz Chroboczek <jch@pps.jussieu.fr>2012-02-14 15:43:34 +0100
committerPaul Jakma <paul@quagga.net>2012-03-25 17:06:54 +0100
commit6881f2698279f3c47a55e8969860eeac59e8c3d7 (patch)
tree7408dfdeff638ce16273cd7c8c4d9c35a99cfe87 /doc
parentcbde15513ba47f6e7f6d02fcafcfb12cd5b1df77 (diff)
babeld: remove "parasitic" mode.
This is the functionality described in Appendix C of RFC 6126. Its main purpose is to avoid keeping a full source table, which makes it possible to implement a subset of Babel in just a few hundred lines of code. However, in Quagga the code for maintaining the source table is already there, and a parasitic implementation can be simulated using filtering -- so it makes little sense to keep the functionality.
Diffstat (limited to 'doc')
-rw-r--r--doc/babeld.texi8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/babeld.texi b/doc/babeld.texi
index 65587a71..1f24edd0 100644
--- a/doc/babeld.texi
+++ b/doc/babeld.texi
@@ -66,14 +66,6 @@ correct, while @code{babel split-horizon} is an optimisation that
should only be used on symmetric and transitive (wired) networks.
@end deffn
-@deffn {Interface Command} {babel passive-interface}
-@deffnx {Interface Command} {no babel 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 and announces redistributed routes, even on
-passive interfaces.
-@end deffn
-
@deffn {Interface Command} {babel hello-interval <20-655340>}
Specifies the time in milliseconds between two scheduled hellos. On
wired links, Babel notices a link failure within two hello intervals;