++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=a9b94998-ffc2-449b-923b-e7dd752a1aa8 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:1c:5d:1e + ovs-vsctl --no-wait show 70307c9d-a23a-4e6d-bb60-88b0d07537d8 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:1c:5d:1e -- set Interface o-hm0 external-ids:iface-id=a9b94998-ffc2-449b-923b-e7dd752a1aa8 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:1c:5d:1e + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT