commit | c8a440eca0645a8a78140f83907acce25a3c67c6 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Mon Oct 11 17:02:40 2004 +0000 |
committer | hasso <hasso> | Mon Oct 11 17:02:40 2004 +0000 |
tree | 44787becdd91b85170b32076c5baaf3f0acaa970 | |
parent | de4a643fdbf7da014e6556b74dca5ce43a2b8cd7 [diff] [blame] |
Better common router-id handling.
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h index 9fd0395..eae20e6 100644 --- a/ospf6d/ospf6_top.h +++ b/ospf6d/ospf6_top.h
@@ -30,6 +30,9 @@ /* my router id */ u_int32_t router_id; + /* static router id */ + u_int32_t router_id_static; + /* start time */ struct timeval starttime;