summaryrefslogtreecommitdiff
path: root/pkg/network
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-07-20 14:17:37 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-07-20 15:09:54 -0400
commit841eac0af651d7afa4749a65f4e773815b5c715c (patch)
treec77b9d49238626f93839206c37da8bf7d8b9505b /pkg/network
parent0d26a573e3cf8cc5baea84206a86cb83b433b6d5 (diff)
downloadpodman-841eac0af651d7afa4749a65f4e773815b5c715c.tar.gz
podman-841eac0af651d7afa4749a65f4e773815b5c715c.tar.bz2
podman-841eac0af651d7afa4749a65f4e773815b5c715c.zip
Switch references from libpod.conf to containers.conf
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/network')
-rw-r--r--pkg/network/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/network/config.go b/pkg/network/config.go
index e5c981419..a504e0ad0 100644
--- a/pkg/network/config.go
+++ b/pkg/network/config.go
@@ -6,8 +6,8 @@ import (
"net"
)
-// TODO once the libpod.conf file stuff is worked out, this should be modified
-// to honor defines in the libpod.conf as well as overrides?
+// TODO once the containers.conf file stuff is worked out, this should be modified
+// to honor defines in the containers.conf as well as overrides?
const (
// CNIConfigDir is the path where CNI config files exist