++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=1ee8efd7-75f2-46bb-b112-2f3ec6ee8d21 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:29:cc:da + ovs-vsctl --no-wait show 3d31a8a5-80b7-4710-992b-2a5e37a6b864 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:29:cc:da -- set Interface o-hm0 external-ids:iface-id=1ee8efd7-75f2-46bb-b112-2f3ec6ee8d21 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:29:cc:da + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT