Ubuntu 22.04: Network mode host not mapping NICs into container

When running docker run -it --net=host ubuntu:22.04 with a ubuntu 22.04 host, the host’s network don’t get mapped into the container. Instead a tap0 device is created inside the container.

Docker version 24.0.2, build cb74dfc

Do you have any ideas/help how to resolve this? Thank you.