++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=a68f58c4-5cdd-426d-86f8-5aa5bfb35faa ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:e6:c5:a9 + ovs-vsctl --no-wait show 03b71599-836d-423f-a056-fe7d4560f0a9 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:e6:c5:a9 -- set Interface o-hm0 external-ids:iface-id=a68f58c4-5cdd-426d-86f8-5aa5bfb35faa -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:e6:c5:a9 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT