++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=0ff49d2a-a059-44ef-85df-2ea2be35ff7d ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:95:c0:df + ovs-vsctl --no-wait show 41e905e9-2f25-453c-b5c6-dc665af58e8a 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 tapd04c6195-e3 Interface tapd04c6195-e3 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:95:c0:df -- set Interface o-hm0 external-ids:iface-id=0ff49d2a-a059-44ef-85df-2ea2be35ff7d -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:95:c0:df + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT