++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=bc319143-061e-4824-852a-99295bdfdf85 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:93:d4:17 + ovs-vsctl --no-wait show 5cc1a4f4-d41d-489a-a0f0-89a6d322912b Bridge br-ex Port br-ex Interface br-ex type: internal Bridge br-int fail_mode: secure datapath_type: system Port taped079a15-ac Interface taped079a15-ac 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:93:d4:17 -- set Interface o-hm0 external-ids:iface-id=bc319143-061e-4824-852a-99295bdfdf85 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:93:d4:17 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT