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…
x
Reference in New Issue
Block a user