From c01e37416d09a92bf838250a15fe99fdc48bc010 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 20 Mar 2000 21:50:17 +0000 Subject: Started work on BGP. Wrote main part of the connection handling code. --- proto/bgp/attrs.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 proto/bgp/attrs.c (limited to 'proto/bgp/attrs.c') diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c new file mode 100644 index 0000000..bf747cb --- /dev/null +++ b/proto/bgp/attrs.c @@ -0,0 +1,15 @@ +/* + * BIRD -- BGP Attributes + * + * (c) 2000 Martin Mares + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +#include "nest/bird.h" +#include "nest/iface.h" +#include "nest/protocol.h" +#include "nest/route.h" +#include "conf/conf.h" + +#include "bgp.h" -- cgit v1.2.3