From 76b0d74e7bf922b06749927eaca7dafbdd19f8d3 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 8 Dec 2008 16:18:55 +0000 Subject: Modified dnsmasq to add viewleases and logfile. git-svn-id: svn://svn.alpinelinux.org/acf/dnsmasq/trunk@1627 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dnsmasq-controller.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dnsmasq-controller.lua') diff --git a/dnsmasq-controller.lua b/dnsmasq-controller.lua index c2b2e7e..c2eaa5d 100644 --- a/dnsmasq-controller.lua +++ b/dnsmasq-controller.lua @@ -21,3 +21,7 @@ function expert(self) return controllerfunctions.handle_form(self, self.model.getconfigfile, self.model.setconfigfile, self.clientdata, "Save", "Edit Config File", "Configuration File Set") end +function viewleases(self) + return self.model.getleases() +end + -- cgit v1.2.3