diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-15 07:54:32 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-15 07:54:32 +0000 |
commit | 62aa008abd627c6862310daf65ffd337a920bdbb (patch) | |
tree | d5449fdb5f68d6cd76762f535250789871da5308 /nest/rt-table.c | |
parent | 18c8241a91bd9208879666f1a1a13f454e66d75b (diff) |
Parts of routing table code. Data structure declarations should be
complete now.
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c new file mode 100644 index 00000000..1f26a2d0 --- /dev/null +++ b/nest/rt-table.c @@ -0,0 +1,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" + + |