++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=f51c8b34-db1b-4d92-967b-99457502fd08 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:56:4a:f9 + ovs-vsctl --no-wait show 943e46bf-fd5f-44cd-94e4-5019a167792f 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 tapd135dd1d-cb Interface tapd135dd1d-cb 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:56:4a:f9 -- set Interface o-hm0 external-ids:iface-id=f51c8b34-db1b-4d92-967b-99457502fd08 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:56:4a:f9 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT