++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=e4c5b9f5-5dce-4039-bfac-5396be6f960d ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:39:87:21 + ovs-vsctl --no-wait show 43a01c93-3318-48e0-9724-d656c12902b9 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:39:87:21 -- set Interface o-hm0 external-ids:iface-id=e4c5b9f5-5dce-4039-bfac-5396be6f960d -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:39:87:21 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT