summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-12-14 21:17:15 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-12-14 21:17:15 +0100
commitf75747073e45c3129568c4936c2f34fa618db41e (patch)
tree7fcb456e58722fbd2e2fccac67832bd22363a373 /proto/ospf/ospf.h
parent63542845dfb6d2277f93f77ad9ca3ad8bbaddd09 (diff)
downloadbird-f75747073e45c3129568c4936c2f34fa618db41e.tar
bird-f75747073e45c3129568c4936c2f34fa618db41e.zip
Implements route reload for OSPF.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 0930a06..0b25ded 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -719,7 +719,8 @@ struct proto_ospf
unsigned tick;
struct top_graph *gr; /* LSA graph */
slist lsal; /* List of all LSA's */
- int calcrt; /* Routing table calculation scheduled? */
+ int calcrt; /* Routing table calculation scheduled?
+ 0=no, 1=normal, 2=forced reload */
int cleanup; /* Should I cleanup after RT calculation? */
list iface_list; /* Interfaces we really use */
list area_list;