]> git.proxmox.com Git - mirror_frr.git/commit - babeld/.gitignore
*: Initial Import of Babeld into FRR
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 13 May 2017 18:59:41 +0000 (14:59 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 13 May 2017 18:59:41 +0000 (14:59 -0400)
commitca10883edca52ceffddbeb4d7a812f3de9c1f664
treea887f2f66e0d133d05432b17e5915d7e27f39f3a
parent8d7bba28749d767d12190b8a84b7b78b6397c971
*: 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>
41 files changed:
Makefile.am
babeld/.gitignore [new file with mode: 0644]
babeld/LICENCE [new file with mode: 0644]
babeld/Makefile.am [new file with mode: 0644]
babeld/babel_filter.c [new file with mode: 0644]
babeld/babel_filter.h [new file with mode: 0644]
babeld/babel_interface.c [new file with mode: 0644]
babeld/babel_interface.h [new file with mode: 0644]
babeld/babel_main.c [new file with mode: 0644]
babeld/babel_main.h [new file with mode: 0644]
babeld/babel_memory.c [new file with mode: 0644]
babeld/babel_memory.h [new file with mode: 0644]
babeld/babel_zebra.c [new file with mode: 0644]
babeld/babel_zebra.h [new file with mode: 0644]
babeld/babeld.c [new file with mode: 0644]
babeld/babeld.conf.sample [new file with mode: 0644]
babeld/babeld.h [new file with mode: 0644]
babeld/kernel.c [new file with mode: 0644]
babeld/kernel.h [new file with mode: 0644]
babeld/message.c [new file with mode: 0644]
babeld/message.h [new file with mode: 0644]
babeld/neighbour.c [new file with mode: 0644]
babeld/neighbour.h [new file with mode: 0644]
babeld/net.c [new file with mode: 0644]
babeld/net.h [new file with mode: 0644]
babeld/resend.c [new file with mode: 0644]
babeld/resend.h [new file with mode: 0644]
babeld/route.c [new file with mode: 0644]
babeld/route.h [new file with mode: 0644]
babeld/source.c [new file with mode: 0644]
babeld/source.h [new file with mode: 0644]
babeld/util.c [new file with mode: 0644]
babeld/util.h [new file with mode: 0644]
babeld/xroute.c [new file with mode: 0644]
babeld/xroute.h [new file with mode: 0644]
configure.ac
doc/Makefile.am
lib/command.h
lib/route_types.txt
vtysh/Makefile.am
vtysh/vtysh.h