++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=de7a5b7b-4a6c-4874-ba28-023858aa6b4b ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:7f:9c:ad + ovs-vsctl --no-wait show b411eefb-c541-43ee-b5b7-ad7e988388d8 Bridge br-ex Port br-ex Interface br-ex type: internal Bridge br-int fail_mode: secure datapath_type: system Port tap6a22b64e-78 Interface tap6a22b64e-78 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:7f:9c:ad -- set Interface o-hm0 external-ids:iface-id=de7a5b7b-4a6c-4874-ba28-023858aa6b4b -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:7f:9c:ad + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT