diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-13 20:59:41 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-13 20:59:41 +0200 |
commit | ca10883edca52ceffddbeb4d7a812f3de9c1f664 (patch) | |
tree | a887f2f66e0d133d05432b17e5915d7e27f39f3a /doc | |
parent | Merge pull request #525 from qlyoung/frr-script-fix (diff) | |
download | frr-ca10883edca52ceffddbeb4d7a812f3de9c1f664.tar.xz frr-ca10883edca52ceffddbeb4d7a812f3de9c1f664.zip |
*: Initial Import of Babeld into FRR
This is a direct copy of:
https://github.com/boutier/quagga-merge
From the branch babel-merge
I copied the babeld directory into FRR and then fixed up everything to
compile.
Babeld at this point in time when run will more than likely crash and burn
in it's interfactions with zebra.
I might have messed up the cli, which will need to be looked at
extract.pl.in and vtysh.c need to be fixed up. Additionally we probably
need to work on DEFUN_NOSH conversion in babeld as well
This code comes from:
Matthieu Boutier <boutier@irif.fr>
Juliusz Chroboczek <jch@irif.fr>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 318179e25..b2bdf91cd 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -59,6 +59,7 @@ frr.pdf: $(info_TEXINFOS) $(figures_pdf) $(frr_TEXINFOS) frr_TEXINFOS = appendix.texi basic.texi bgpd.texi isisd.texi filter.texi \ vnc.texi \ + babeld.texi \ install.texi ipv6.texi kernel.texi main.texi \ nhrpd.texi \ eigrpd.texi \ |