summaryrefslogtreecommitdiffstats
path: root/quagga-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'quagga-controller.lua')
-rw-r--r--quagga-controller.lua14
1 files changed, 2 insertions, 12 deletions
diff --git a/quagga-controller.lua b/quagga-controller.lua
index fdaf6ad..a9024f0 100644
--- a/quagga-controller.lua
+++ b/quagga-controller.lua
@@ -9,12 +9,6 @@ local newrecordtxt = "[New]"
-- ################################################################################
-- LOCAL FUNCTIONS
-local function list_redir(self)
- self.conf.action = "status"
- self.conf.type = "redir"
- error (self.conf)
-end
-
local function displaycmdmanagement(pidofstatus)
-- Add a management buttons
local management = {}
@@ -54,12 +48,8 @@ end
-- ################################################################################
-- PUBLIC FUNCTIONS
-mvc = {}
-function mvc.on_load(self, parent)
- if (self.worker[self.conf.action] == nil ) or ( self.conf.action == "init" ) then
- self.worker[self.conf.action] = list_redir(self)
- end
-end
+
+default_action = "status"
function status(self)
return { status=self.model.getstatus() }