++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=b524d702-a2bd-4a19-bd99-3e43e7f9745d ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:5e:24:dd + ovs-vsctl --no-wait show b96516df-c6cf-4ab9-827d-8b9797d47ee4 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:5e:24:dd -- set Interface o-hm0 external-ids:iface-id=b524d702-a2bd-4a19-bd99-3e43e7f9745d -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:5e:24:dd + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT