++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=7a2c8ed4-c577-4be3-8e75-bf5740692a4f ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:e3:4a:a2 + ovs-vsctl --no-wait show 2dc6f625-1380-4a09-9b81-8ab58344389e Bridge br-int fail_mode: secure datapath_type: system Port tap797ce4b5-b6 Interface tap797ce4b5-b6 type: internal Port br-int Interface br-int type: internal Bridge br-ex Port br-ex Interface br-ex 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:e3:4a:a2 -- set Interface o-hm0 external-ids:iface-id=7a2c8ed4-c577-4be3-8e75-bf5740692a4f -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:e3:4a:a2 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT