summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_top.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-11 17:02:40 +0000
committerhasso <hasso>2004-10-11 17:02:40 +0000
commitc8a440eca0645a8a78140f83907acce25a3c67c6 (patch)
tree44787becdd91b85170b32076c5baaf3f0acaa970 /ospf6d/ospf6_top.h
parentde4a643fdbf7da014e6556b74dca5ce43a2b8cd7 (diff)
Better common router-id handling.
Diffstat (limited to 'ospf6d/ospf6_top.h')
-rw-r--r--ospf6d/ospf6_top.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h
index 9fd03954..eae20e6e 100644
--- a/ospf6d/ospf6_top.h
+++ b/ospf6d/ospf6_top.h
@@ -30,6 +30,9 @@ struct ospf6
/* my router id */
u_int32_t router_id;
+ /* static router id */
+ u_int32_t router_id_static;
+
/* start time */
struct timeval starttime;