++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=a72ba79c-73bb-4c94-b320-3d8fe7d35ada ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:d2:7a:a9 + ovs-vsctl --no-wait show 74dee237-352a-41f7-9e67-4d5d7080a4cf 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:d2:7a:a9 -- set Interface o-hm0 external-ids:iface-id=a72ba79c-73bb-4c94-b320-3d8fe7d35ada -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:d2:7a:a9 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT