]> git.ipfire.org Git - thirdparty/bird.git/commit
Add the Babel routing protocol (RFC 6126)
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 28 Apr 2016 16:01:40 +0000 (18:01 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 28 Apr 2016 16:01:40 +0000 (18:01 +0200)
commit937e75d8f1d203b637ba0ea050026f9af92485f3
tree2737eba68e77ac4030d24e42506db0947196f775
parenta7baa09862e6b4856cd66197c6bd74c7df336b8f
Add the Babel routing protocol (RFC 6126)

This patch implements the IPv6 subset of the Babel routing protocol.
Based on the patch from Toke Hoiland-Jorgensen, with some heavy
modifications and bugfixes.

Thanks to Toke Hoiland-Jorgensen for the original patch.
19 files changed:
configure.in
doc/bird.sgml
doc/reply_codes
lib/birdlib.h
lib/bitops.h
lib/ip.h
lib/printf.c
lib/string.h
nest/proto.c
nest/protocol.h
nest/route.h
proto/Doc
proto/babel/Doc [new file with mode: 0644]
proto/babel/Makefile [new file with mode: 0644]
proto/babel/babel.c [new file with mode: 0644]
proto/babel/babel.h [new file with mode: 0644]
proto/babel/config.Y [new file with mode: 0644]
proto/babel/packets.c [new file with mode: 0644]
sysdep/autoconf.h.in