++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=39d6daf7-2d16-488f-bc3c-819c03525226 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:91:2e:da + ovs-vsctl --no-wait show 45ea30f1-20ab-4117-bea4-2fb621f5282c 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:91:2e:da -- set Interface o-hm0 external-ids:iface-id=39d6daf7-2d16-488f-bc3c-819c03525226 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:91:2e:da + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT