summaryrefslogtreecommitdiff
path: root/helper/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/linux.go')
-rw-r--r--helper/linux.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/helper/linux.go b/helper/linux.go
index 4273578..1216e9e 100644
--- a/helper/linux.go
+++ b/helper/linux.go
@@ -60,3 +60,8 @@ func firewallStop() error {
log.Println("Stop firewall: do nothing, not implemented")
return nil
}
+
+func firewallIsUp() bool {
+ log.Println("IsUp firewall: do nothing, not implemented")
+ return false
+}