++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=1dc39fc3-1245-416f-b474-994bfae8b2ff ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:2d:16:e5 + ovs-vsctl --no-wait show be926fcc-de01-45ce-8361-2eb7de5a4a1d Bridge br-int fail_mode: secure datapath_type: system Port tap581b3ff2-68 Interface tap581b3ff2-68 type: internal Port br-int Interface br-int type: internal Bridge br-ex Port br-ex Interface br-ex type: internal + ovs-vsctl --may-exist add-port br-int o-hm0 -- set Interface o-hm0 type=internal -- set Interface o-hm0 external-ids:iface-status=active -- set Interface o-hm0 external-ids:attached-mac=fa:16:3e:2d:16:e5 -- set Interface o-hm0 external-ids:iface-id=1dc39fc3-1245-416f-b474-994bfae8b2ff -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:2d:16:e5 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT