feat(iptables): be able to override iptables-1.4-compatible lock path
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user