++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=4fc6b059-e949-406d-ae3b-f1db4a6c68c1 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:56:9f:ef + ovs-vsctl --no-wait show dce24e12-3f2a-4b8b-a8eb-2ce91051ae1f Bridge br-int fail_mode: secure datapath_type: system 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:56:9f:ef -- set Interface o-hm0 external-ids:iface-id=4fc6b059-e949-406d-ae3b-f1db4a6c68c1 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:56:9f:ef + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT