VRRP_CONF_PRIORITY
if (mask & VRRP_CONF_PRIORITY) {
if (mask & VRRP_CONF_PRIORITY)
if ((mask & VRRP_CONF_PRIORITY) && (vr->vvr_state == VRRP_STATE_BACKUP))
if (create_mask & VRRP_CONF_PRIORITY)
create_mask |= VRRP_CONF_PRIORITY;
if (modify_mask & VRRP_CONF_PRIORITY)
modify_mask |= VRRP_CONF_PRIORITY;
(modify_mask & VRRP_CONF_PRIORITY) &&