From 6de15fda4e0ca38f66bc4d34b06ce106d9366b0e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 25 Feb 2010 11:00:36 +0000 Subject: Added clear, reset, refresh, and check to startstop. --- shorewall-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorewall-model.lua b/shorewall-model.lua index 3669fc0..5defe40 100644 --- a/shorewall-model.lua +++ b/shorewall-model.lua @@ -182,7 +182,7 @@ function getstatusdetails() end function startstop_service(action) - return modelfunctions.startstop_service(processname, action) + return modelfunctions.startstop_service(processname, action, {"Start", "Stop", "Restart", "Clear", "Reset", "Refresh", "Check"}) end function configcheck () -- cgit v1.2.3