++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=f806022f-56cb-4e47-bc9f-d79d63c05128 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:23:66:12 + ovs-vsctl --no-wait show 368f1ed0-b23a-4c78-acac-a8555a57434f Bridge br-ex Port br-ex Interface br-ex type: internal Bridge br-int fail_mode: secure datapath_type: system Port tap3d64b38d-2a Interface tap3d64b38d-2a type: internal 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:23:66:12 -- set Interface o-hm0 external-ids:iface-id=f806022f-56cb-4e47-bc9f-d79d63c05128 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:23:66:12 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT