++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=b3b6a60d-7b7c-40c7-8868-062a38c1f3cf ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:94:fc:98 + ovs-vsctl --no-wait show c44f0e13-e36b-40a4-9746-0b20d990637e 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 + 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:94:fc:98 -- set Interface o-hm0 external-ids:iface-id=b3b6a60d-7b7c-40c7-8868-062a38c1f3cf -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:94:fc:98 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT