++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=9cab9418-0f8f-4571-ab6c-c69b3e238d57 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:cb:07:6e + ovs-vsctl --no-wait show 4f10560b-f5aa-4d88-b37e-39d34944ca81 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:cb:07:6e -- set Interface o-hm0 external-ids:iface-id=9cab9418-0f8f-4571-ab6c-c69b3e238d57 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:cb:07:6e + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT