Skip to content
Snippets Groups Projects
Commit fa1e0ba3 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

OSPF: Update DR when local priority changes

When priority is reconfigured locally, we need to trigger DR election.
parent 59d3a361
Branches
Tags
No related merge requests found
Pipeline #50009 passed with warnings with stages
in 3 minutes and 50 seconds
......@@ -880,6 +880,7 @@ ospf_iface_reconfigure(struct ospf_iface *ifa, struct ospf_iface_patt *new)
ifname, ifa->priority, new->priority);
ifa->priority = new->priority;
ospf_iface_sm(ifa, ISM_NEICH);
ospf_notify_link_lsa(ifa);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment