Searched refs:sfunc_vrrp_conf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/vrrpadm/ |
H A D | vrrpadm.c | 82 static ofmt_cb_t sfunc_vrrp_conf; variable 114 { "NAME", 8, ROUTER_NAME, sfunc_vrrp_conf }, 115 { "VRID", 5, ROUTER_VRID, sfunc_vrrp_conf }, 116 { "LINK", 8, ROUTER_LINK, sfunc_vrrp_conf }, 117 { "VNIC", 8, ROUTER_VNIC, sfunc_vrrp_conf }, 118 { "AF", 5, ROUTER_AF, sfunc_vrrp_conf }, 119 { "PRIO", 5, ROUTER_PRIO, sfunc_vrrp_conf }, 120 { "ADV_INTV", 9, ROUTER_ADV_INTV, sfunc_vrrp_conf }, 121 { "MODE", 6, ROUTER_MODE, sfunc_vrrp_conf }, 122 { "STATE", 6, ROUTER_STATE, sfunc_vrrp_conf }, [all …]
|