diff options
author | Russ White <russ@riw.us> | 2020-12-15 13:22:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 13:22:06 +0100 |
commit | 5eabac65420a2038f69868a0673c79461e638ab1 (patch) | |
tree | 90ab305351c0ad71ad71aed4bb47da3a860f2965 /ospf6d | |
parent | Merge pull request #7735 from ton31337/fix/move_to_options_bgp_master_extra_z... (diff) | |
parent | ospf6d: Link LSA is not updated when router priority is modified (diff) | |
download | frr-5eabac65420a2038f69868a0673c79461e638ab1.tar.xz frr-5eabac65420a2038f69868a0673c79461e638ab1.zip |
Merge pull request #7728 from mobash-rasool/pim-fixes
ospf6d: Link LSA is not updated when router priority is modified
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 7045e427d..4988cee7d 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -507,6 +507,7 @@ static void ospf6_interface_state_change(uint8_t next_state, IPV6_JOIN_GROUP, ospf6->fd); OSPF6_ROUTER_LSA_SCHEDULE(oi->area); + OSPF6_LINK_LSA_SCHEDULE(oi); if (next_state == OSPF6_INTERFACE_DOWN) { OSPF6_NETWORK_LSA_EXECUTE(oi); OSPF6_INTRA_PREFIX_LSA_EXECUTE_TRANSIT(oi); |