sfunc_vrrp_conf
{ "NAME", 8, ROUTER_NAME, sfunc_vrrp_conf },
{ "VRID", 5, ROUTER_VRID, sfunc_vrrp_conf },
{ "LINK", 8, ROUTER_LINK, sfunc_vrrp_conf },
{ "VNIC", 8, ROUTER_VNIC, sfunc_vrrp_conf },
{ "AF", 5, ROUTER_AF, sfunc_vrrp_conf },
{ "PRIO", 5, ROUTER_PRIO, sfunc_vrrp_conf },
{ "ADV_INTV", 9, ROUTER_ADV_INTV, sfunc_vrrp_conf },
{ "MODE", 6, ROUTER_MODE, sfunc_vrrp_conf },
{ "STATE", 6, ROUTER_STATE, sfunc_vrrp_conf },
{ "PRV_STAT", 9, ROUTER_PRV_STAT, sfunc_vrrp_conf },
{ "STAT_LAST", 10, ROUTER_STAT_LAST, sfunc_vrrp_conf },
{ "PEER", 20, ROUTER_PEER, sfunc_vrrp_conf },
{ "P_PRIO", 7, ROUTER_P_PRIO, sfunc_vrrp_conf },
{ "P_INTV", 9, ROUTER_P_INTV, sfunc_vrrp_conf },
{ "P_ADV_LAST", 11, ROUTER_P_ADV_LAST, sfunc_vrrp_conf },
{ "M_DOWN_INTV", 12, ROUTER_M_DOWN_INTV, sfunc_vrrp_conf },
{ "PRIMARY_IP", 20, ROUTER_PRIMARY_IP, sfunc_vrrp_conf },
{ "VIRTUAL_IPS", 40, ROUTER_VIRTUAL_IPS, sfunc_vrrp_conf },
{ "VIP_CNT", 7, ROUTER_VIP_CNT, sfunc_vrrp_conf },
static ofmt_cb_t sfunc_vrrp_conf;