diff options
Diffstat (limited to 'dhcp-controller.lua')
-rw-r--r-- | dhcp-controller.lua | 4 |
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 = {} |