1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Bird now uses fib structure instead of linklist.

This commit is contained in:
Pavel Machek
1998-12-22 19:41:04 +00:00
parent 1d7c44b711
commit 6996f459c6
3 changed files with 96 additions and 142 deletions

View File

@@ -4,6 +4,14 @@
* Can be freely distributed and used under the terms of the GNU GPL.
*/
/*
To add:
passive option (== do not send routing updates to this interface)
CF_HDR
#include "proto/rip/rip.h"