summaryrefslogtreecommitdiffstats
path: root/proto/bgp/attrs.c
blob: bf747cbdb5c77d82d00065945f922903f761ac3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *	BIRD -- BGP Attributes
 *
 *	(c) 2000 Martin Mares <mj@ucw.cz>
 *
 *	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"