Comment # 3 on bug 1186566 from
(In reply to Niels Abspoel from comment #0)
> cni-bin-dir.patch modifies the hostlocal path
> 
> hostLocal, err := exec.LookPath("/usr/lib/cni/host-local")
> 
> this should be:
> 
> hostLocal, err := exec.LookPath("/usr/libexec/cni/host-local")

The first one is fine for Leap, while the second one is valid for Tumbleweed,
right?


You are receiving this mail because: