When using weighted scripts or interfaces, on reload, the VRRP
priority is resetted to the default priority for the first packets to
be sent, until vrrp_update_priority() thread is called.
vrrp->state = old_vrrp->state;
vrrp->init_state = old_vrrp->state;
vrrp->wantstate = old_vrrp->state;
+ vrrp->effective_priority = old_vrrp->effective_priority;
memcpy(vrrp->ipsecah_counter, old_vrrp->ipsecah_counter, sizeof(seq_counter));
#ifdef _HAVE_IPVS_SYNCD_