++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=d1f18c89-bf80-4d77-9202-3c3322144cc4 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:2a:a3:89 + ovs-vsctl --no-wait show a4f03d4f-5441-4693-be59-862ce83c3f66 Bridge br-int fail_mode: secure datapath_type: system Port br-int Interface br-int type: internal Port tapcf2d01f1-7a Interface tapcf2d01f1-7a 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:2a:a3:89 -- set Interface o-hm0 external-ids:iface-id=d1f18c89-bf80-4d77-9202-3c3322144cc4 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:2a:a3:89 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT