diff options
author | Juliusz Chroboczek <jch@pps.jussieu.fr> | 2012-02-14 15:43:34 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2012-03-25 18:06:54 +0200 |
commit | 6881f2698279f3c47a55e8969860eeac59e8c3d7 (patch) | |
tree | 7408dfdeff638ce16273cd7c8c4d9c35a99cfe87 /babeld/message.h | |
parent | babeld: 3 more timing statements in config text (diff) | |
download | frr-6881f2698279f3c47a55e8969860eeac59e8c3d7.tar.xz frr-6881f2698279f3c47a55e8969860eeac59e8c3d7.zip |
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 'babeld/message.h')
-rw-r--r-- | babeld/message.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/babeld/message.h b/babeld/message.h index 1626a887a..6a9aa1046 100644 --- a/babeld/message.h +++ b/babeld/message.h @@ -62,7 +62,6 @@ THE SOFTWARE. extern unsigned short myseqno; extern struct timeval seqno_time; -extern int parasitic; extern int broadcast_ihu; extern int split_horizon; |