search for: interfaceid

Displaying 20 results from an estimated 31 matches for "interfaceid".

Did you mean: interfaced
2016 May 13
2
libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
Hey folks, I'm working on setting up a Cuckoo sandbox malware lab at home, and can't seem to get openvswitch and libvirt to work together as-documented. I'm not subscribed to the list, so please reply-all. Thanks in advance! I've debugged this, and I think the interfaceid stuff 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 t...
2016 May 14
1
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
On 05/13/16 20:04, Laine Stump wrote: > On 05/13/2016 09:57 AM, Richard Harman wrote: >> I've debugged this, and I think the interfaceid stuff 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 b...
2016 May 14
0
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
...folks, I'm working on setting up a Cuckoo sandbox malware lab at > home, and can't seem to get openvswitch and libvirt to work together > as-documented. I'm not subscribed to the list, so please reply-all. > Thanks in advance! > > I've debugged this, and I think the interfaceid stuff 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&...
2016 Nov 25
0
Fwd: Re: Attach libvirt guest to an existing openvswitch port
Thank you, Laine for you time and patience to give me a detailed answer. I missed the interfaceid parameter in the docs, but now I didn't manage to get it working. > http://www.libvirt.org/formatdomain.html The docs state: "The Open vSwitch type virtualport accepts two parameters in its <parameters> element - an interfaceid which is a standard uuid used to uniquely identify...
2012 Apr 12
2
help:any docs for open vswitch supporting?
hi everybody, i saw the new feature: network: support Open vSwitch. how to use this feature? are there any documents about that? i didn't find it on the website. Thanks, Heuye -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120412/1d61864c/attachment.htm>
2012 Nov 03
1
error: Unable to add port vnet1 to OVS bridge ovsbr: Operation not permitted
...permitted > > > Here is my bridge configuration: > <interface type='bridge'> > <mac address='52:54:00:c7:db:d2'/> > <source bridge='ovsbr'/> > <virtualport type='openvswitch'> > <parameters interfaceid='40e21558-217c-d8ef-c9a9-5275fa4b4a46'/> > </virtualport> > <model type='virtio'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x05' > function='0x0'/> > </interface> &...
2016 Mar 22
2
Using Openvswitch and qemu:///session
...levant network part of the domain xml edited to use openvswitch, like this --- <interface type='bridge'> <mac address='52:54:00:4a:ef:bb'/> <source bridge='ovs-br'/> <virtualport type='openvswitch'> <parameters interfaceid='33ec3d9d-a92a-468e-aa48-6c31f7882d6f'/> </virtualport> <target dev='veth0-ovs'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>...
2013 Oct 01
1
network filter and openvswitch bridge
...filters for openvswitch interfaces.  This is the xml configuration of my bridge interface <interface type='bridge'>    <mac address='00:11:22:33:44:55'/>    <source bridge='virbr1'/>    <virtualport type='openvswitch'>         <parameters interfaceid='0529d6b5-627c-4330-803f-0d7018e6d496'/>    </virtualport>    <model type='virtio'/>    <filterref filter='myfilter'>       <parameter name='IP' value='10.10.10.99'/>    </filterref>    <address type='pci' domain=...
2016 Mar 23
0
Re: Using Openvswitch and qemu:///session
...ml edited to use openvswitch, like this > --- > <interface type='bridge'> > <mac address='52:54:00:4a:ef:bb'/> > <source bridge='ovs-br'/> > <virtualport type='openvswitch'> > <parameters interfaceid='33ec3d9d-a92a-468e-aa48-6c31f7882d6f'/> > </virtualport> > <target dev='veth0-ovs'/> > <model type='virtio'/> > <address type='pci' domain='0x0000' bus='0x00' slot='0x07' functio...
2014 Jun 27
1
libvirt on OpenStack
...t;bridge"> <mac address="fa:16:3e:49:04:ce"/> <model type="virtio"/> <source bridge="br-int"/> <target dev="tape30b3c05-12"/> <virtualport type="openvswitch"> <parameters interfaceid="e30b3c05-126c-45bd-ac31-e5eb5481a652"/> </virtualport> </interface> <serial type="file"> <source path="/data1/lib/nova/instances/27f49e5c-8ee0-4a09-8269-5fa31acd2983/console.log"/> </serial> <serial type=...
2007 Sep 14
0
[LLVMdev] RegisterAnalysisGroup
...r of construction. I still don't understand how constructing members of an analysis group before the analysis group is constructed can work at all. Oh, I guess this clase in RegisterAGBase's constructor takes care of it: InterfaceInfo = const_cast<PassInfo*>(Pass::lookupPassInfo(InterfaceID)); if (InterfaceInfo == 0) { // First reference to Interface, register it now. registerPass(); InterfaceInfo = &PIObj; } Is that right? This PassManager stuff is extremely confusing and not well documented. Does it really buy us all that much? I can't believe there'...
2013 Jul 17
2
Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
...to reproduce -- # virsh start instance-name # virsh dumpxml instance-name ... <interface type='bridge'> <mac address='fa:16:3e:b9:8f:2a'/> <source bridge='br-int'/> <virtualport type='openvswitch'> <parameters interfaceid='0a2b02ca-4824-4bda-baa9-05fff7a3146d'/> </virtualport> <target dev='tap0a2b02ca-48'/> <model type='virtio'/> <bandwidth> <outbound average='256' peak='512' burst='512'/> </band...
2007 Sep 14
2
[LLVMdev] RegisterAnalysisGroup
On Friday 14 September 2007 15:51, Chris Lattner wrote: > When basicaa registers itself as part of the analysis group, it uses: > > RegisterPass<BasicAliasAnalysis> > X("basicaa", "Basic Alias Analysis (default AA impl)"); > > // Declare that we implement the AliasAnalysis interface > RegisterAnalysisGroup<AliasAnalysis, true> Y(X);
2015 Sep 17
2
error: internal error: Failed to reserve port 5908
...t;controller type='pci' index='0' model='pci-root'/> <interface type='bridge'> <mac address='00:00:00:00:00:18'/> <source bridge='fbr49'/> <virtualport type='openvswitch'> <parameters interfaceid='aa19a961-60ac-4c0b-8cca-adf102b47c83'/> </virtualport> <model type='rtl8139'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <channel type='...
2016 Nov 13
1
Attach libvirt guest to an existing openvswitch port
Good day gentlemen. I am building a study project and trying to configure openvswitch vlans outside libvirt by means of openvswitch itself. Somehow with interface types 'bridge' and 'network', libvirt does attach domain to the existing port specified in <target dev=''/>, wiping the exixting settings and always deletes this port upon domain shutdown, thus making me
2012 Sep 23
0
VLANs with Open vSwitch in libvirt 0.10.1
...nd is listed as active. In a guest, the network is defined like this: <interface type='network'> <mac address='52:54:00:a8:bf:8f'/> <source network='ovs-network'/> <virtualport type='openvswitch'> <parameters interfaceid='2913d936-6771-4983-1cdf-753c45ac24d2' profileid='green-profile'/> </virtualport> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </interface> This is running on Ubuntu 12.04.1...
2012 Oct 31
1
hotplug
Another separate thread for a slightly separate issue. For some reason, hotplugging disks does not work for me. I built my guest with ubuntu's vmbuilder. It's Precise, virtual. I have acpiphp in my /etc/modules file: $ lsmod Module Size Used by psmouse 97443 0 serio_raw 13211 0 virtio_balloon 13108 0 acpiphp 24231
2020 Feb 15
0
Re: Possible to use OVN networking and virtio simultaneously in the same VM?
...00' slot='0x03' function='0x0'/> </interface> <interface type='bridge'> <mac address='00:1a:4a:16:01:20'/> <source bridge='br-int'/> <virtualport type='openvswitch'> <parameters interfaceid='9c0927a8-2256-44f3-b089-0e8923055747'/> </virtualport> <target dev='vnet1'/> <model type='virtio'/> <driver name='vhost' queues='2'/> <link state='up'/> <mtu size='1442'/...
2013 Jul 17
0
Re: Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
...name > # virsh dumpxml instance-name > > ... > <interface type='bridge'> > <mac address='fa:16:3e:b9:8f:2a'/> > <source bridge='br-int'/> > <virtualport type='openvswitch'> > <parameters interfaceid='0a2b02ca-4824-4bda-baa9-05fff7a3146d'/> > </virtualport> > <target dev='tap0a2b02ca-48'/> > <model type='virtio'/> > <bandwidth> > <outbound average='256' peak='512' burst='512&...
2016 Aug 14
2
Nested KVM issue
...' function='0x0'/> </controller> <interface type='bridge'> <mac address='00:f1:15:20:c5:46'/> <source network='brbm' bridge='brbm'/> <virtualport type='openvswitch'> <parameters interfaceid='654ad04f-fa0a-41dd-9d30-b84e702462fe'/> </virtualport> <target dev='vnet5'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03...