]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
babeld: Initial import, for Babel routing protocol.
authorPaul Jakma <paul@quagga.net>
Sun, 25 Dec 2011 16:52:09 +0000 (17:52 +0100)
committerPaul Jakma <paul@quagga.net>
Sun, 25 Mar 2012 16:06:51 +0000 (17:06 +0100)
commit5734509c0545ebd95a5b8e3f22a911c1a39ffa1b
tree2f35ad50d793080db1f858c2de2228cfd2946dfd
parentfe67e668881b8b8d71b1570575c913cd287fafcf
babeld: Initial import, for Babel routing protocol.

* Initial import of the Babel routing protocol, ported to Quagga.
* LICENCE: Update the original LICENCE file to include all known potentially
  applicable copyright claims.  Ask that any future contributors to babeld/
  grant MIT/X11 licence to their work.
* *.{c,h}: Add GPL headers, in according with the SFLC guidance on
  dealing with potentially mixed GPL/other licensed work, at:

  https://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html
50 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_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/kernel_zebra.c [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
lib/command.c
lib/command.h
lib/distribute.c
lib/distribute.h
lib/log.c
lib/log.h
lib/memory.c
lib/memtypes.c
lib/route_types.txt
lib/routemap.h
lib/thread.h
lib/vty.c
lib/zclient.h
zebra/client_main.c
zebra/zebra_rib.c