++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=016a4280-c8dd-42c6-b2f4-026d405de1df ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:5e:3a:81 + ovs-vsctl --no-wait show ede8c318-48d4-4708-a214-7422e77203fc 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:5e:3a:81 -- set Interface o-hm0 external-ids:iface-id=016a4280-c8dd-42c6-b2f4-026d405de1df -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:5e:3a:81 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT