++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=51ff5fe0-2ef5-44a2-82d5-f48c41840e98 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:33:8c:f0 + ovs-vsctl --no-wait show 7fec289e-67d3-4222-a357-51068555da83 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 Port tapea0df694-e9 Interface tapea0df694-e9 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:8c:f0 -- set Interface o-hm0 external-ids:iface-id=51ff5fe0-2ef5-44a2-82d5-f48c41840e98 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:33:8c:f0 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT