mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
VxLan: remove unused toggle endpoint
This commit is contained in:
parent
54af82695f
commit
f0ec88e655
@ -64,11 +64,6 @@ class VxlanSettingsController extends ApiMutableModelControllerBase
|
||||
return $this->delBase("vxlan", $uuid);
|
||||
}
|
||||
|
||||
public function toggleItemAction($uuid, $enabled = null)
|
||||
{
|
||||
return $this->toggleBase("vxlan", $uuid, $enabled);
|
||||
}
|
||||
|
||||
public function reconfigureAction()
|
||||
{
|
||||
$result = array("status" => "failed");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user