From f0ec88e6554f70563c1fe0fc8ea1487979853c92 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 29 Nov 2019 13:20:16 +0100 Subject: [PATCH] VxLan: remove unused toggle endpoint --- .../OPNsense/Interfaces/Api/VxlanSettingsController.php | 5 ----- 1 file changed, 5 deletions(-) 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");