summaryrefslogtreecommitdiffstats
path: root/dhcp-controller.lua
diff options
context:
space:
mode:
authorAndreas Brodmann <andreas.brodmann@gmail.com>2008-03-05 13:11:42 +0000
committerAndreas Brodmann <andreas.brodmann@gmail.com>2008-03-05 13:11:42 +0000
commit1af8d04a69cb46bbebfb77a39e14e1c4978a7749 (patch)
tree479d0dec4d72d54a5fafd6e427b9559bafe227ff /dhcp-controller.lua
parent0ac0cd4bda4cda5de8a995e2d5715df257929c16 (diff)
downloadacf-dhcp-1af8d04a69cb46bbebfb77a39e14e1c4978a7749.tar.bz2
acf-dhcp-1af8d04a69cb46bbebfb77a39e14e1c4978a7749.tar.xz
cleaned up generation for the first releasev0.3
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@819 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-controller.lua')
-rw-r--r--dhcp-controller.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhcp-controller.lua b/dhcp-controller.lua
index 5c7e6e4..cf9d307 100644
--- a/dhcp-controller.lua
+++ b/dhcp-controller.lua
@@ -112,6 +112,10 @@ editnet = function ( self )
if not self.clientdata.cmd then
list_redir(self)
+ else
+ if self.clientdata.cmd == "back" then
+ list_redir(self)
+ end
end
local net = {}