mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 12:21:12 +00:00
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