From c8a440eca0645a8a78140f83907acce25a3c67c6 Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 11 Oct 2004 17:02:40 +0000 Subject: Better common router-id handling. --- ospf6d/ospf6_top.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ospf6d/ospf6_top.h') 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; -- cgit v1.2.1