++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=1ddbebd3-adc7-4a24-8147-3fdde034f68e ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:59:d8:a7 + ovs-vsctl --no-wait show a482edc8-92f7-45cd-a376-440e1e662fd5 Bridge br-ex Port br-ex Interface br-ex type: internal Bridge br-int fail_mode: secure datapath_type: system Port tap9862c177-87 Interface tap9862c177-87 type: internal 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:59:d8:a7 -- set Interface o-hm0 external-ids:iface-id=1ddbebd3-adc7-4a24-8147-3fdde034f68e -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:59:d8:a7 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT