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

Since now I can also use 'dead interval', not just 'dead counter'.

This commit is contained in:
Ondrej Filip
2005-02-20 04:27:56 +00:00
parent 7de7470a2a
commit d8c7d9e884
8 changed files with 20 additions and 7 deletions

View File

@@ -138,7 +138,7 @@ struct ospf_iface
u32 waitint; /* number of sec before changing state from wait */
u32 rxmtint; /* number of seconds between LSA retransmissions */
u32 pollint; /* Poll interval */
u32 deadc; /* after "deadint" missing hellos is router dead */
u32 dead; /* after "deadint" missing hellos is router dead */
u32 vid; /* Id of peer of virtual link */
ip_addr vip; /* IP of peer of virtual link */
struct ospf_area *voa; /* Area wich the vlink goes through */
@@ -548,6 +548,7 @@ struct ospf_iface_patt
u32 priority;
u32 waitint;
u32 deadc;
u32 dead;
u32 type;
u32 autype;
u32 strictnbma;