Searched defs:update_vr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c405 * An interface is deleted. If update_vr is true, the deletion of the interface
411 vrrpd_delete_if(vrrp_intf_t *intf, boolean_t update_vr) argument
416 intf->vvi_ifname, af_str(intf->vvi_af), update_vr ? "" : "no_");
418 if (update_vr) {
1507 * interface with the "update_vr" argument to be _B_FALSE,

Completed in 70 milliseconds