16 lines
286 B
C
16 lines
286 B
C
|
/*
|
||
|
* 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"
|