summaryrefslogtreecommitdiffstats
path: root/proto/rip/config.Y
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1998-12-22 20:41:04 +0100
committerPavel Machek <pavel@ucw.cz>1998-12-22 20:41:04 +0100
commit6996f459c6d8e6205bbacd83e3656b47635f7d6d (patch)
treec937c84eaffa43911c3b7dd2897bbbbda4f2e9e0 /proto/rip/config.Y
parent1d7c44b7119d30874563c9f8bbac25273ecabb57 (diff)
downloadbird-6996f459c6d8e6205bbacd83e3656b47635f7d6d.tar
bird-6996f459c6d8e6205bbacd83e3656b47635f7d6d.zip
Bird now uses fib structure instead of linklist.
Diffstat (limited to 'proto/rip/config.Y')
-rw-r--r--proto/rip/config.Y8
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/rip/config.Y b/proto/rip/config.Y
index 33be05e..6556560 100644
--- a/proto/rip/config.Y
+++ b/proto/rip/config.Y
@@ -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"