diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-11-25 13:38:25 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-11-25 13:38:25 +0000 |
commit | 7e61cac325aae2628d668673f60853608e072e66 (patch) | |
tree | fa17207b56539775953413c1ef6d6eb8dbd62cf9 /proto/rip/rip.h | |
parent | 774f149959030b66faca7a97dfb4d1703a84e0d7 (diff) |
Triggered updates should now actually work. Fixed metric=16 -> time it
out logic.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 2f4d0372..2b5a2d29 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -101,6 +101,7 @@ struct rip_interface { sock *sock; struct rip_connection *busy; struct rip_patt *patt; + int triggered; }; struct rip_patt { @@ -144,6 +145,7 @@ struct rip_proto { list garbage; list interfaces; /* Interfaces we really know about */ int magic; + int tx_count; /* Do one regular update once in a while */ }; |