1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Triggered updates should now actually work. Fixed metric=16 -> time it

out logic.
This commit is contained in:
Pavel Machek
1999-11-25 13:38:25 +00:00
parent 774f149959
commit 7e61cac325
3 changed files with 62 additions and 96 deletions

View File

@@ -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 */
};