From 6996f459c6d8e6205bbacd83e3656b47635f7d6d Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 22 Dec 1998 19:41:04 +0000 Subject: Bird now uses fib structure instead of linklist. --- proto/rip/config.Y | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'proto/rip/config.Y') 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" -- cgit v1.2.3