summaryrefslogtreecommitdiff
path: root/pkg
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-21 09:29:01 -0400
commit330e9144bd49a090484ade39339b3c3453253105 (patch)
treedabfd54dced8fd684d290927d4a96642f98dc828 /pkg
parenta5a5ad184ef8e890bfd083052005e6d862c62729 (diff)
downloadpodman-330e9144bd49a090484ade39339b3c3453253105.tar.gz
podman-330e9144bd49a090484ade39339b3c3453253105.tar.bz2
podman-330e9144bd49a090484ade39339b3c3453253105.zip
Switch references from libpod.conf to containers.conf
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg')
-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