blob: 1f26a2d0176d00edb83b04768beea6c7f5a1d0e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* BIRD -- Routing Table
*
* (c) 1998 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
#include "nest/bird.h"
#include "nest/route.h"
|