++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=468c1504-ce24-4649-a921-9738f6e4d936 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:d0:d3:a0 + ovs-vsctl --no-wait show 036790a8-3ce3-45bc-b9fe-2b38e731eb40 Bridge br-int fail_mode: secure datapath_type: system Port br-int Interface br-int type: internal Port tapeccec3bb-9d Interface tapeccec3bb-9d 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:d0:d3:a0 -- set Interface o-hm0 external-ids:iface-id=468c1504-ce24-4649-a921-9738f6e4d936 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:d0:d3:a0 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT