forked from github/multus-cni
Merge pull request #828 from s1061123/dev/chroot
Add chroot option in multus-daemon
This commit is contained in:
@@ -44,7 +44,7 @@ const (
|
||||
const (
|
||||
// DefaultMultusDaemonConfigFile is the default path of the config file
|
||||
DefaultMultusDaemonConfigFile = "/etc/cni/net.d/multus.d/daemon-config.json"
|
||||
defaultMultusRunDir = "/var/run/multus/"
|
||||
defaultMultusRunDir = "/run/multus/"
|
||||
)
|
||||
|
||||
// LoadDelegateNetConfList reads DelegateNetConf from bytes
|
||||
|
Reference in New Issue
Block a user