feat(iptables): be able to override iptables-1.4-compatible lock path

This commit is contained in:
knight42
2020-09-09 18:12:16 +08:00
parent 66334f02e8
commit b25af8e3c9
3 changed files with 21 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ import (
"os"
)
func grabIptablesLocks(lockfilePath string) (iptablesLocker, error) {
func grabIptablesLocks(lock14filePath, lock16filePath string) (iptablesLocker, error) {
return nil, fmt.Errorf("iptables unsupported on this platform")
}