Missing /usr/libexec/cni/dhcp in openSUSE Leap Micro 5.4

I am in openSUSE Leap Micro and here are my repositories:

admin@localhost:~> LANG=C zypper lr --url | cat
Repository priorities are without effect. All enabled repositories share the same priority.

# | Alias                     | Name                         | Enabled | GPG Check | Refresh | URI
--+---------------------------+------------------------------+---------+-----------+---------+-----------------------------------------------------------------------------------------------------
1 | devel_microos             | devel:microos (15.5)         | Yes     | (r ) Yes  | No      | https://download.opensuse.org/repositories/devel:/microos/15.5/
2 | openSUSE-Leap-Micro-5.4-1 | openSUSE-Leap-Micro-5.4-1    | No      | ----      | ----    | hd:/?device=/dev/disk/by-id/usb-Kingston_DataTraveler_3.0_4CEDFB690EEDF7403983028F-0:0-part2
3 | repo-debug                | Leap Micro Debug Repository  | No      | ----      | ----    | https://download.opensuse.org/distribution/leap-micro/5.4/product/repo/Leap-Micro-5.4-x86_64-Media2/
4 | repo-main                 | Leap Micro Main Repository   | Yes     | (r ) Yes  | Yes     | https://download.opensuse.org/distribution/leap-micro/5.4/product/repo/Leap-Micro-5.4-x86_64-Media1/
5 | repo-sle-update           | SLE Micro Update Repository  | Yes     | (r ) Yes  | Yes     | https://download.opensuse.org/update/leap-micro/5.4/sle/
6 | repo-source               | Leap Micro Source Repository | No      | ----      | ----    | https://download.opensuse.org/distribution/leap-micro/5.4/product/repo/Leap-Micro-5.4-x86_64-Media3/

I have tried install cni-plugins from obs://build.opensuse.org/devel:microos but after the server restarting I get that /usr/libexec/cni/dhcp still not exists

admin@localhost:~> file /usr/lib
lib/   lib64/ 
admin@localhost:~>               
admin@localhost:~> /usr/libexec/cni/dhcp
-bash: /usr/libexec/cni/dhcp: No such file or directory
admin@localhost:~> cat /etc/os-release 
NAME="openSUSE Leap Micro"
VERSION="5.4"
ID="opensuse-leap-micro"
ID_LIKE="suse opensuse opensuse-leap suse-microos"
VERSION_ID="5.4"
PRETTY_NAME="openSUSE Leap Micro 5.4"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap-micro:5.4"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:LeapMicro"
LOGO="distributor-logo-LeapMicro"

Run

rpm -ql cni-plugins

and look at the file paths.

@Misekayek0l Should be /usr/lib/cni/dhcp