diff options
| author | Russ White <russ@riw.us> | 2020-12-15 07:22:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 07:22:06 -0500 |
| commit | 5eabac65420a2038f69868a0673c79461e638ab1 (patch) | |
| tree | 90ab305351c0ad71ad71aed4bb47da3a860f2965 /ospf6d/ospf6_interface.c | |
| parent | a1333d8e47c12bed4d6d55ce82c05a71fdb7aee9 (diff) | |
| parent | bb4c56616f5ab4d9d2b63c28cec6ca269403cd74 (diff) | |
Merge pull request #7728 from mobash-rasool/pim-fixes
ospf6d: Link LSA is not updated when router priority is modified
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -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 7045e427d3..4988cee7d8 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); |
