++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=b479f287-a82b-4241-a16f-f1ccfdc95c31 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:26:f5:b0 + ovs-vsctl --no-wait show bf5f15ed-bb9a-4c10-9fb4-b59bb497af37 Bridge br-ex Port br-ex Interface br-ex type: internal Bridge br-int fail_mode: secure datapath_type: system Port tap199335d3-a2 Interface tap199335d3-a2 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:26:f5:b0 -- set Interface o-hm0 external-ids:iface-id=b479f287-a82b-4241-a16f-f1ccfdc95c31 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:26:f5:b0 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT