Go to file
Donald Sharp ca10883edc *: 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>
2017-05-13 14:59:41 -04:00
babeld *: Initial Import of Babeld into FRR 2017-05-13 14:59:41 -04:00
bgpd Merge pull request #495 from donaldsharp/mpls_fixes 2017-05-12 12:23:52 -03:00
debian Merge remote-tracking branch 'origin/stable/3.0' 2017-05-09 20:39:35 -04:00
doc *: Initial Import of Babeld into FRR 2017-05-13 14:59:41 -04:00
eigrpd Merge pull request #495 from donaldsharp/mpls_fixes 2017-05-12 12:23:52 -03:00
fpm *: Convert libfpm -> libfrrfpm 2017-02-03 08:43:09 -05:00
gdb gdb: Add a directory of files with gdb macros 2016-05-26 15:33:30 +00:00
init build: delete .cvsignore files 2011-12-13 14:27:01 +04:00
isisd Address the error "Dead assignment" of static analysif 2017-05-10 16:02:48 -04:00
ldpd *: update thread_add_* calls 2017-05-09 20:44:22 +00:00
lib *: Initial Import of Babeld into FRR 2017-05-13 14:59:41 -04:00
m4 build: find & use threading library 2017-03-31 17:59:48 +02:00
nhrpd *: remove THREAD_ON macros, add nullity check 2017-05-09 20:44:19 +00:00
ospf6d ospf6d, zebra: remove unnecessary asserts 2017-05-09 20:44:23 +00:00
ospfclient *: remove THREAD_ON macros, add nullity check 2017-05-09 20:44:19 +00:00
ospfd Address the error "Dead assignment" of static analysif 2017-05-10 16:02:48 -04:00
pimd *: update thread_add_* calls 2017-05-09 20:44:22 +00:00
pkgsrc eigrp: Initial Commit 2017-03-08 23:07:46 -05:00
ports pimd: merge pimd as of 2015-01-19 2016-05-25 20:38:32 -04:00
qpb Protobuf: Update library name to reflect name change to FRR 2017-01-20 02:59:10 +07:00
redhat *: Rename debian.conf -> daemons.conf 2017-05-04 12:45:01 -04:00
ripd Address the error "Dead assignment" of static analysif 2017-05-10 16:02:48 -04:00
ripngd Address the error "Dead assignment" of static analysif 2017-05-10 16:02:48 -04:00
snapcraft snapcraft: Clean up old no longer used configure flags 2017-04-28 03:11:51 -07:00
solaris Rename: freerangerouting --> frrouting 2017-03-30 14:24:05 -04:00
tests *: update thread_add_* calls 2017-05-09 20:44:22 +00:00
tools tools: $valgrind --> "$valgrind" 2017-05-12 23:29:58 +00:00
vtysh *: Initial Import of Babeld into FRR 2017-05-13 14:59:41 -04:00
watchfrr *: update thread_add_* calls 2017-05-09 20:44:22 +00:00
zebra Merge pull request #518 from dwalton76/zebra-mpls-lsp-uninstall 2017-05-12 12:51:06 -03:00
.gitignore *: ignore libtool library anotation files 2017-05-08 17:25:29 +02:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
bootstrap.sh autoreconf -i 2007-02-06 19:28:28 +00:00
buildtest.sh buildtest.sh: Change name from quagga to frr 2017-01-20 00:36:29 +07:00
ChangeLog Rename: freerangerouting --> frrouting 2017-03-30 14:24:05 -04:00
common.am *: Convert libfpm -> libfrrfpm 2017-02-03 08:43:09 -05:00
COMMUNITY.md *: Modify documentation to show people where to work 2017-05-10 08:13:17 -04:00
configure.ac *: Initial Import of Babeld into FRR 2017-05-13 14:59:41 -04:00
COPYING *: nuke ^L (page feed) 2014-06-04 06:58:02 +02:00
COPYING-LGPLv2.1 build: remove LGPL v2.0, add LGPL v2.1 2016-11-15 17:19:38 +09:00
defaults.h *: Add --enable-datacenter to turn on datacenter defaults 2017-05-04 11:52:45 -04:00
Makefile.am *: Initial Import of Babeld into FRR 2017-05-13 14:59:41 -04:00
NEWS release: 0.99.24 2016-06-03 15:56:44 -04:00
README README: add references to EIGRP and NHRP. 2017-05-12 22:51:45 +02:00
README.NetBSD build: remove $Format tags 2016-12-20 17:54:03 +01:00
render_md.py build: number sections in COMMUNITY.md HTML 2016-12-05 19:08:00 +01:00
REPORTING-BUGS Rename: freerangerouting --> frrouting 2017-03-30 14:24:05 -04:00
SERVICES nhrpd: implement next hop resolution protocol 2017-03-07 16:20:29 +01:00
stamp-h.in Initial revision 2002-12-13 20:15:29 +00:00
update-autotools * README.NetBSD: use update-autotools instead of autoreconf 2007-02-02 16:52:38 +00:00

FRRouting is free software that manages various IPv4 and IPv6 routing
protocols.

Currently FRRouting supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, RIPng, PIM-SM/MSDP and LDP as well as very early support for IS-IS,
EIGRP and NHRP.

See the file REPORTING-BUGS to report bugs.

Free RRRouting is free software. See the file COPYING for copying conditions.

Public email discussion can be found at https://lists.frrouting.org/listinfo

Our public slack channel is at https://frrouting.slack.com