bird/proto/babel/Makefile
Ondrej Zajicek (work) 937e75d8f1 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.
2016-04-28 18:01:40 +02:00

6 lines
83 B
Makefile

source=babel.c packets.c
root-rel=../../
dir-name=proto/babel
include ../../Rules