++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=f73b8b5e-d7d7-4a3a-8c3e-148d5e30e75f ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:28:8e:2a + ovs-vsctl --no-wait show 1e261406-42ac-48ea-bd20-bb4db738f38f 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:28:8e:2a -- set Interface o-hm0 external-ids:iface-id=f73b8b5e-d7d7-4a3a-8c3e-148d5e30e75f -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:28:8e:2a + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT