++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=e64245e6-6ae6-4be3-b2f3-a99b1873dfad ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:15:9a:7d + ovs-vsctl --no-wait show a8ce5207-92fb-44e2-9a93-c87937792889 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:15:9a:7d -- set Interface o-hm0 external-ids:iface-id=e64245e6-6ae6-4be3-b2f3-a99b1873dfad -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:15:9a:7d + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT