summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-11-10 12:52:36 +0100
committerPavel Machek <pavel@ucw.cz>1999-11-10 12:52:36 +0100
commit3918b1b050701dee217fa9bc8c4c44d47cb84124 (patch)
tree2b087fdfec2fde7ab822193d14515db0324c5f65 /proto/rip/rip.h
parent024dcaaea253e1f69f4325edebec4a9b5618caea (diff)
downloadbird-3918b1b050701dee217fa9bc8c4c44d47cb84124.tar
bird-3918b1b050701dee217fa9bc8c4c44d47cb84124.zip
Added timeout for routes (which means proper expiring of routes) added
few fixmes.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index 7bf225c..2f4d037 100644
--- a/proto/rip/rip.h
+++ b/proto/rip/rip.h
@@ -123,6 +123,7 @@ struct rip_proto_config {
int port;
int period;
int garbage_time;
+ int timeout_time;
struct password_item *passwords;
int authtype;