]> git.ipfire.org Git - thirdparty/bird.git/blame - proto/bgp/packets.c
Started work on BGP. Wrote main part of the connection handling code.
[thirdparty/bird.git] / proto / bgp / packets.c
CommitLineData
c01e3741
MM
1/*
2 * BIRD -- BGP Packet Processing
3 *
4 * (c) 2000 Martin Mares <mj@ucw.cz>
5 *
6 * Can be freely distributed and used under the terms of the GNU GPL.
7 */
8
9#include "nest/bird.h"
10#include "nest/iface.h"
11#include "nest/protocol.h"
12#include "nest/route.h"
13#include "conf/conf.h"
14
15#include "bgp.h"