diff options
author | Maria Matejka <mq@ucw.cz> | 2019-07-09 14:53:15 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-07-09 14:53:15 +0200 |
commit | 74a38adb6b4b4bf2a67e7a779a7c95b0ef1b9894 (patch) | |
tree | b6904e651af9c5f7b739fd092b2cd0ef62fe0877 /proto/ospf/ospf.h | |
parent | 1322e205e2066c0da8526bed505dc699d0f5b92a (diff) | |
parent | 2872ab927ecb94b1555f5e3c8bd33021261d0c54 (diff) |
Merge branch 'master' of gitlab.labs.nic.cz:labs/bird
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index aac13512..3fd1c363 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -223,7 +223,8 @@ struct ospf_proto int areano; /* Number of area I belong to */ int padj; /* Number of neighbors in Exchange or Loading state */ int gr_count; /* Number of neighbors in graceful restart state */ - int gr_recovery; /* Graceful restart recovery is active */ + u8 gr_recovery; /* Graceful restart recovery is active */ + u8 gr_cleanup; /* GR cleanup scheduled */ btime gr_timeout; /* The end time of grace restart recovery */ struct fib rtf; /* Routing table */ struct idm idm; /* OSPFv3 LSA ID map */ |