++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=3c1910fa-ef0f-4dc6-bd03-f6f699fd6872 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:e5:30:dc + ovs-vsctl --no-wait show bbde8c06-04f7-4faf-8631-419fdb9dc5e5 Bridge br-int fail_mode: secure datapath_type: system Port tap16bedc87-fe Interface tap16bedc87-fe 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:e5:30:dc -- set Interface o-hm0 external-ids:iface-id=3c1910fa-ef0f-4dc6-bd03-f6f699fd6872 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:e5:30:dc + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT