diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api/VxlanSettingsController.php b/src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api/VxlanSettingsController.php index f6587ab96..98a7dae05 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api/VxlanSettingsController.php +++ b/src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api/VxlanSettingsController.php @@ -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");