summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-11-25 14:38:25 +0100
committerPavel Machek <pavel@ucw.cz>1999-11-25 14:38:25 +0100
commit7e61cac325aae2628d668673f60853608e072e66 (patch)
treefa17207b56539775953413c1ef6d6eb8dbd62cf9 /proto/rip/rip.h
parent774f149959030b66faca7a97dfb4d1703a84e0d7 (diff)
downloadbird-7e61cac325aae2628d668673f60853608e072e66.tar
bird-7e61cac325aae2628d668673f60853608e072e66.zip
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index 2f4d037..2b5a2d2 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 */
};