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:
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user