++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=3a9c8f8c-c229-4be7-b274-a92ee8bd7e3e ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:e2:b5:e4 + ovs-vsctl --no-wait show 91302478-b582-4b7d-b3b7-8c6e8f9a1c65 Bridge br-ex Port br-ex Interface br-ex type: internal Bridge br-int fail_mode: secure datapath_type: system Port br-int Interface br-int 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:e2:b5:e4 -- set Interface o-hm0 external-ids:iface-id=3a9c8f8c-c229-4be7-b274-a92ee8bd7e3e -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:e2:b5:e4 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT