++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=ff2fff6e-2e68-4e6d-a700-b9907e7e276a ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:5b:5a:35 + ovs-vsctl --no-wait show 97df8158-8a28-4da8-bfe6-9bc34f8b5bb8 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 Port tap02101bdc-bb Interface tap02101bdc-bb 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:5b:5a:35 -- set Interface o-hm0 external-ids:iface-id=ff2fff6e-2e68-4e6d-a700-b9907e7e276a -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:5b:5a:35 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT