diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-11-10 11:52:36 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-11-10 11:52:36 +0000 |
commit | 3918b1b050701dee217fa9bc8c4c44d47cb84124 (patch) | |
tree | 2b087fdfec2fde7ab822193d14515db0324c5f65 /proto/rip/rip.h | |
parent | 024dcaaea253e1f69f4325edebec4a9b5618caea (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 7bf225c3..2f4d0372 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; |