++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=d40cacfb-4eac-4b50-a4e1-eeb192395adc ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:18:18:f6 + ovs-vsctl --no-wait show 6a1d9368-4795-4dcf-ac4f-22fada5d7afb Manager "ptcp:6640:127.0.0.1" is_connected: true Bridge br-int Controller "tcp:127.0.0.1:6633" is_connected: true fail_mode: secure datapath_type: system Port tap5e244810-46 tag: 2 Interface tap5e244810-46 type: internal Port tap5d258f41-47 tag: 1 Interface tap5d258f41-47 type: internal Port patch-tun Interface patch-tun type: patch options: {peer=patch-int} Port br-int Interface br-int type: internal Port int-br-ex Interface int-br-ex type: patch options: {peer=phy-br-ex} Bridge br-tun Controller "tcp:127.0.0.1:6633" is_connected: true fail_mode: secure datapath_type: system Port patch-int Interface patch-int type: patch options: {peer=patch-tun} Port br-tun Interface br-tun type: internal 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 + 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:18:18:f6 -- set Interface o-hm0 external-ids:iface-id=d40cacfb-4eac-4b50-a4e1-eeb192395adc -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:18:18:f6 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT