++ cat /tmp/pod-shared/HM_PORT_ID + HM_PORT_ID=cf7c9a21-2536-47b5-a0a0-773fbf5643b4 ++ cat /tmp/pod-shared/HM_PORT_MAC + HM_PORT_MAC=fa:16:3e:f9:7a:e5 + ovs-vsctl --no-wait show 7c98166b-9e8f-4376-be52-ad921c39bf67 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:f9:7a:e5 -- set Interface o-hm0 external-ids:iface-id=cf7c9a21-2536-47b5-a0a0-773fbf5643b4 -- set Interface o-hm0 external-ids:skip_cleanup=true + ip link set dev o-hm0 address fa:16:3e:f9:7a:e5 + iptables -I INPUT -i o-hm0 -p udp --dport 5555 -j ACCEPT