++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=98df5a31-515e-49a1-a49d-9da1de4607a7 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:53:0e:ab + ovs-vsctl --no-wait show 404774c7-609e-4d78-85d4-ad754a946d66 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:53:0e:ab -- set Interface o-hm0 external-ids:iface-id=98df5a31-515e-49a1-a49d-9da1de4607a7 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:53:0e:ab + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT