++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=aea96745-8b45-44fc-9c40-24db4961990f ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:68:16:2f + ovs-vsctl --no-wait show cbcf014f-1da6-4f9d-92cf-8b85cf644c9f 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:68:16:2f -- set Interface o-hm0 external-ids:iface-id=aea96745-8b45-44fc-9c40-24db4961990f -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:68:16:2f + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT