## get interface name (ovs_eth0 below) via ip link ip link add macvlan0 link ovs_eth0 type macvlan mode bridge ##192.168.4.204/30 (204-207) ip addr add 192.168.4.204/30 dev macvlan0 ip link set macvlan0 up ip route add 192.168.44.204/30 dev macvlan0 docker network create frontend