Skip to content

Instantly share code, notes, and snippets.

@stulevine
Created April 19, 2013 18:25
Show Gist options
  • Save stulevine/5422209 to your computer and use it in GitHub Desktop.
Save stulevine/5422209 to your computer and use it in GitHub Desktop.
$result = $this->uber->call(
'device.module_call',
array(
'device_id'=>$vip['device_id'],
'module_id'=>'virtualip',
'function'=>'edit',
array(
'editclick'=>1,
'loadbalancer'=>$lb_server,
'vip'=>$vserver_name
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment