mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
OSPF: Update DR when local priority changes
When priority is reconfigured locally, we need to trigger DR election.
This commit is contained in:
parent
a92aee467e
commit
78c05cc159
@ -865,6 +865,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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user