diff options
Diffstat (limited to 'shorewall-controller.lua')
-rw-r--r-- | shorewall-controller.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shorewall-controller.lua b/shorewall-controller.lua index 4b0eba0..def860e 100644 --- a/shorewall-controller.lua +++ b/shorewall-controller.lua @@ -524,10 +524,6 @@ function config(self) local status=self.model.getstatus() -- Add a [New] record to the options - table.insert(config.interfaces.option, newrecordtxt) - table.insert(config.zones.option, newrecordtxt) - table.insert(config.policy.option, newrecordtxt) - table.insert(config.rules.option, newrecordtxt) table.insert(config.params.option, newrecordtxt) -- Add button |