Remove unused pidfilePath const
This commit is contained in:
parent
ef913eadd5
commit
bf31f08981
@ -107,7 +107,6 @@ func dhcpServerStart(netns ns.NetNS, leaseIP, serverIP net.IP, stopCh <-chan boo
|
||||
const (
|
||||
hostVethName string = "dhcp0"
|
||||
contVethName string = "eth0"
|
||||
pidfilePath string = "/var/run/cni/dhcp-client.pid"
|
||||
cniDirPrefix string = "/var/run/cni"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user