Docker macvlan not working

Hello!

I executed the command:
docker network create -d macvlan --subnet=172.16.80.0/23 --gateway=172.16.80.1 -o parent=ens192 pub_net
docker run --net=pub_net --ip=172.16.80.60 -i --name test -d centos
Container 172.16.80.60 nowhere not pinged, And on container no pinged to any hosts in network.
Please help! SELinux, iptables and firewalld disable on the host machine