++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=837728c9-da9b-404e-9d44-396aeb4fee30 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:33:c0:52 + ovs-vsctl --no-wait show 88573a9e-f0bf-4332-ac99-7b9b53887d3c 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:33:c0:52 -- set Interface o-hm0 external-ids:iface-id=837728c9-da9b-404e-9d44-396aeb4fee30 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:33:c0:52 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT