++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=fbb9f618-21b3-4c62-8149-67d3c4019fd0 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:f9:fe:91 + ovs-vsctl --no-wait show b572b047-415a-4e49-a01d-d49acf57c90c Manager "ptcp:6640:127.0.0.1" is_connected: true Bridge br-tun Controller "tcp:127.0.0.1:6633" is_connected: true fail_mode: secure datapath_type: system Port br-tun Interface br-tun type: internal Port patch-int Interface patch-int type: patch options: {peer=patch-tun} Bridge br-ex Controller "tcp:127.0.0.1:6633" is_connected: true fail_mode: secure datapath_type: system Port phy-br-ex Interface phy-br-ex type: patch options: {peer=int-br-ex} Port br-ex Interface br-ex type: internal Bridge br-int Controller "tcp:127.0.0.1:6633" is_connected: true fail_mode: secure datapath_type: system Port patch-tun Interface patch-tun type: patch options: {peer=patch-int} Port br-int Interface br-int type: internal Port tap81ea6f16-5d tag: 2 Interface tap81ea6f16-5d type: internal Port tapddac2d0f-ea tag: 1 Interface tapddac2d0f-ea type: internal Port int-br-ex Interface int-br-ex type: patch options: {peer=phy-br-ex} + 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:f9:fe:91 -- set Interface o-hm0 external-ids:iface-id=fbb9f618-21b3-4c62-8149-67d3c4019fd0 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:f9:fe:91 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT