++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=72f4c553-f261-46ff-a4b3-048625edf132 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:2b:a3:f0 + ovs-vsctl --no-wait show 033fdb84-ef7a-4182-af09-c6f863845125 Bridge br-int fail_mode: secure datapath_type: system 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:2b:a3:f0 -- set Interface o-hm0 external-ids:iface-id=72f4c553-f261-46ff-a4b3-048625edf132 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:2b:a3:f0 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT