diff options
author | Pavel Machek <pavel@ucw.cz> | 1998-12-22 20:41:04 +0100 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1998-12-22 20:41:04 +0100 |
commit | 6996f459c6d8e6205bbacd83e3656b47635f7d6d (patch) | |
tree | c937c84eaffa43911c3b7dd2897bbbbda4f2e9e0 /proto/rip/config.Y | |
parent | 1d7c44b7119d30874563c9f8bbac25273ecabb57 (diff) | |
download | bird-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.Y | 8 |
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" |