++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=e81b8b00-a257-4716-b8d6-642bafb63238 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:5d:41:4f + ovs-vsctl --no-wait show 233a3a97-874f-401d-93b2-f6fff22d61fc 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 patch-tun Interface patch-tun type: patch options: {peer=patch-int} Port tapb0dcee5c-15 tag: 2 Interface tapb0dcee5c-15 type: internal Port int-br-ex Interface int-br-ex type: patch options: {peer=phy-br-ex} Port br-int Interface br-int type: internal Port tap7eade2b8-cc tag: 1 Interface tap7eade2b8-cc type: internal 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 br-ex Interface br-ex type: internal Port phy-br-ex Interface phy-br-ex type: patch options: {peer=int-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:5d:41:4f -- set Interface o-hm0 external-ids:iface-id=e81b8b00-a257-4716-b8d6-642bafb63238 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:5d:41:4f + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT