search for: _uuid

Displaying 7 results from an estimated 7 matches for "_uuid".

Did you mean: uuid
2016 May 14
1
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...t doing much besides setting a custom interfaceid in an OpenVSwitch >> table that really has no effect on the operation of OpenVSwitch. I >> think the -- set Interface vnet0 "external-ids:iface-id="{uuid here}" >> command run by libvirt doesn't actually set the _uuid of a new >> interface. :( > > I don't use Open vSwitch, but I was around when the support was added, > and reviewed the patches (which were authored by Kyle Mestery, whose > email has changed since then, so I'm not sure how to Cc him). My > understanding at the time was...
2016 May 13
2
libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...uff in network XML isn't doing much besides setting a custom interfaceid in an OpenVSwitch table that really has no effect on the operation of OpenVSwitch. I think the -- set Interface vnet0 "external-ids:iface-id="{uuid here}" command run by libvirt doesn't actually set the _uuid of a new interface. :( It's just for an external system (e.g. libvirt) to track an interface *it* creates in OVS. I've got an OVS switch, "malware0" which is my malware lab network. I made a "monitor0" interface, and told OVS to make that a span/mirror of all the traf...
2016 May 14
0
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...gt; isn't doing much besides setting a custom interfaceid in an OpenVSwitch > table that really has no effect on the operation of OpenVSwitch. I > think the -- set Interface vnet0 "external-ids:iface-id="{uuid here}" > command run by libvirt doesn't actually set the _uuid of a new > interface. :( I don't use Open vSwitch, but I was around when the support was added, and reviewed the patches (which were authored by Kyle Mestery, whose email has changed since then, so I'm not sure how to Cc him). My understanding at the time was that the interfaceid was...
2016 Nov 25
0
Fwd: Re: Attach libvirt guest to an existing openvswitch port
...ely identify this particular interface to Open vSwitch (if you do not specify one, a random interfaceid will be generated for you when you first define the interface[...]" This interfaceid doesn't seem to have anything to do with ovsdb values. $ ovs-vsctl find Port 'name=vm_test' _uuid : f0f06327-6fcc-4073-b8c8-3f42944d43ca bond_downdelay : 0 bond_fake_iface : false bond_mode : [] bond_updelay : 0 external_ids : {} fake_bridge : false interfaces : [eb7fad6e-3728-4bf7-b31e-4a1693e2ec4b] lacp : [] mac...
2019 Mar 13
1
vlan tagging for openVSwitch
...    <interface type='network'>       <mac address='52:54:00:15:00:26'/>       <source network='ovsbr0' portgroup='vlan-55'/>       <model type='virtio'/>     </interface> When the guest is fully initialized vSwitch shows:  ... _uuid               : b3c130db-fa84-49f8-9cf5-824ec8cf3b81 bond_downdelay      : 0 bond_fake_iface     : false bond_mode           : [] bond_updelay        : 0 external_ids        : {} fake_bridge         : false interfaces          : [35c0a914-a21a-43d7-9f63-adacffbb62bc] lacp                : [] mac   ...
2010 May 19
2
Squashed commits...
Refactoring the previous patch ended up creating two deltas. This patch pushes them both together into a single commit.
2010 May 13
0
[PATCH matahari] Moving QMF functionality into a transport layer.
...t.h" -#include "platform.h" -#include "qmf/com/redhat/matahari/Host.h" -using namespace qpid::management; using namespace std; -using qpid::management::Manageable; -namespace _qmf = qmf::com::redhat::matahari; - void -HostAgent::setup(ManagementAgent* agent) +Host::set_uuid(const string uuid) { - management_object = new _qmf::Host(agent, this); - agent->addObject(management_object); - - // discover the aspects of the host - processors.setup(agent, this); - networkdevices = Platform::instance()->get_network_devices(); - - for(vector<NetworkDeviceAgent&g...