++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=870479a1-6982-49df-8928-096d3992d27a ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:17:1e:8a + ovs-vsctl --no-wait show 345a2e19-6fd6-4959-a967-1bfe2df9720d 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 br-int Interface br-int 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:17:1e:8a -- set Interface o-hm0 external-ids:iface-id=870479a1-6982-49df-8928-096d3992d27a -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:17:1e:8a + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT