++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=0165a827-085b-44c5-9acf-21aa9330664b ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:a5:df:3e + ovs-vsctl --no-wait show 871ac636-d100-458c-a073-b4c8f4c2688f Bridge br-int fail_mode: secure datapath_type: system Port tapfdb77e3c-03 Interface tapfdb77e3c-03 type: internal Port br-int Interface br-int 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:a5:df:3e -- set Interface o-hm0 external-ids:iface-id=0165a827-085b-44c5-9acf-21aa9330664b -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:a5:df:3e + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT