mirror of
https://github.com/rancher/plugins.git
synced 2025-07-07 03:59:23 +00:00
Keep defaultSocketPath the same as before
This commit is contained in:
parent
396f51afab
commit
22b11bb367
@ -29,7 +29,7 @@ import (
|
||||
"github.com/containernetworking/cni/pkg/version"
|
||||
)
|
||||
|
||||
const defaultSocketPath = "/run/cni/defaultdhcp.sock"
|
||||
const defaultSocketPath = "/run/cni/dhcp.sock"
|
||||
|
||||
func main() {
|
||||
if len(os.Args) > 1 && os.Args[1] == "daemon" {
|
||||
|
Loading…
Reference in New Issue
Block a user