summaryrefslogtreecommitdiffstats
path: root/bgp-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bgp-controller.lua')
-rw-r--r--bgp-controller.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/bgp-controller.lua b/bgp-controller.lua
index b344230..0938a89 100644
--- a/bgp-controller.lua
+++ b/bgp-controller.lua
@@ -5,9 +5,6 @@ require("controllerfunctions")
default_action = "status"
-function welcome()
-end
-
function status(self)
return self.model.getstatus()
end