diff options
author | Chirag Shah <chirag@cumulusnetworks.com> | 2018-02-12 22:22:04 +0100 |
---|---|---|
committer | Chirag Shah <chirag@cumulusnetworks.com> | 2018-02-15 18:57:05 +0100 |
commit | d6927cf390119c731be022acb878f76c3e106521 (patch) | |
tree | 01d05c0d7336bd8f81b8ceafb6b6610013a0292b /ospf6d/ospf6_top.h | |
parent | Merge pull request #1738 from chiragshah6/ospfv3_dev (diff) | |
download | frr-d6927cf390119c731be022acb878f76c3e106521.tar.xz frr-d6927cf390119c731be022acb878f76c3e106521.zip |
ospf6d: router-id change notify to restart ospf6d
Notify user to store config and restart ospf6d
as part of router-id change cli if any of
the area active.
Store zebra router-id under ospf6, when static
router-id removed restore zebra router-id, ask
to restart ospf6d.
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_top.h')
-rw-r--r-- | ospf6d/ospf6_top.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h index 8f99cc33f..d7a3766b8 100644 --- a/ospf6d/ospf6_top.h +++ b/ospf6d/ospf6_top.h @@ -32,6 +32,8 @@ struct ospf6 { /* static router id */ u_int32_t router_id_static; + struct in_addr router_id_zebra; + /* start time */ struct timeval starttime; |