Last-Update: 2020-04-26
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: debianising paths

--- a/util/types.go
+++ b/util/types.go
@@ -4,7 +4,7 @@
 	// Deprecated: Default runtime should come from containers.conf
 	DefaultRuntime = "runc"
 	// DefaultCNIPluginPath is the default location of CNI plugin helpers.
-	DefaultCNIPluginPath = "/usr/libexec/cni:/opt/cni/bin"
+	DefaultCNIPluginPath = "/usr/lib/cni:/usr/libexec/cni:/opt/cni/bin"
 	// DefaultCNIConfigDir is the default location of CNI configuration files.
 	DefaultCNIConfigDir = "/etc/cni/net.d"
 )
