File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ The default value is automatically detected by checking the following candidates
218218- ` ~/opt/cni/bin`
219219- ` /usr/local/libexec/cni`
220220- ` /usr/local/lib/cni`
221+ - ` /home/linuxbrew/.linuxbrew/opt/cni-plugins/bin`
221222- ` /usr/libexec/cni`
222223- ` /usr/lib/cni`
223224- ` /opt/cni/bin`
Original file line number Diff line number Diff line change @@ -50,8 +50,9 @@ func CNIPath() string {
5050 cni .DefaultCNIDir , // /opt/cni/bin
5151 "/usr/local/libexec/cni" ,
5252 "/usr/local/lib/cni" ,
53- "/usr/libexec/cni" , // Fedora
54- "/usr/lib/cni" , // debian (containernetworking-plugins)
53+ "/home/linuxbrew/.linuxbrew/opt/cni-plugins/bin" , // Homebrew
54+ "/usr/libexec/cni" , // Fedora
55+ "/usr/lib/cni" , // debian (containernetworking-plugins)
5556 }
5657 if rootlessutil .IsRootless () {
5758 home := os .Getenv ("HOME" )
You can’t perform that action at this time.
0 commit comments