Thank you very much for your answer.
By setting the controller connection out of band I solved
the problem.
Best regards,
Fabio Mignini
On Wed, 18 Mar 2015 08:41:19 -0700
Ben Pfaff wrote:
On Tue, Mar 17, 2015 at 06:57:58PM +0100, MIGNINI FABIO
wrote:
I have noticed an unexpected generation
Hello.
I'm trying to update a given qos row from QoS table. I have already created a
QoS row and a Queue as well. What I want now is to update that QoS row so I can
include that Queue on the "queues" field of that QoS row.
I'm using the v2 NB rest API from ovsdb to do it, I've tried several for
On Thu, 19 Mar 2015 16:42:02 +
Sivasothy SHANMUGALINGAM wrote:
> Second, I am using OVDK 1.2 that uses OVS v2.1.2. In this case, I
OVDK is a fork from OVS (another independent project), so I'd say
to ask in OVDK forums instead:
https://lists.01.org/mailman/listinfo/dpdk-ovs
Thanks,
fbl
___
Hi!
I show the post about user space tunneling. Pls see here:
http://openvswitch.org/pipermail/dev/2014-November/048267.html
However, I have questions. First, it is integrated into OVS or not.
If so, how to configure also?
Second, I am using OVDK 1.2 that uses OVS v2.1.2. In this case, I w
On Thu, 19 Mar 2015 13:09:41 +
"Pujar, Shyam (Nokia - IN/Bangalore)" wrote:
> Hi,
> I am trying to communicate between 2 tap devices over ovs
> bridge. Irrespective of tap devices connection to bridge, packet
> transfer is possible. Kernel is not submitting the packets to bridge.
> In
Hi,
I am trying to communicate between 2 tap devices over ovs bridge.
Irrespective of tap devices connection to bridge, packet transfer is possible.
Kernel is not submitting the packets to bridge. Internally packets are
transferred between tap devices.
Could you please help me in getting
>> Then how can I disable the default behavior of ovs?
When you create your bridge, you can set it to secure mode. This
automatically disables NORMAL/default behavior.
An example is:
ovs-vsctl -- --may-exist add-br br-int\
-- set bridge br-int other-config:disable-in-band=true\
Please don't drop the list.
On Thu, 19 Mar 2015 19:56:57 +0530
Prashant Singh wrote:
> Then how can I disable the default behavior of ovs?
Either configure a controller or control the flows
yourself using "ovs-ofctl" command.
fbl
> On 19-Mar-2015 7:44 pm, "Flavio Leitner" wrote:
>
> > O
Thanks a lot!
Regards,
Sharmila
-Original Message-
From: Ben Pfaff [mailto:b...@nicira.com]
Sent: Thursday, March 19, 2015 6:58 PM
To: Radhakrishnan, Sharmila
Cc: 'discuss@openvswitch.org'
Subject: Re: [ovs-discuss] Different types of ports that can be attached
On Thu, Mar 19, 2015 at 1
On Thu, Mar 19, 2015 at 11:12:57AM -0300, Flavio Leitner wrote:
> On Thu, 19 Mar 2015 09:53:25 +0530
> Prashant Singh wrote:
> > I am beginner. I am trying to create virtual switch. After creating
> > the virtual switch
> > I think we need to set the controller and start it, but I am able to
> > p
On Thu, 19 Mar 2015 09:53:25 +0530
Prashant Singh wrote:
> Hi All
>
> I am beginner. I am trying to create virtual switch. After creating
> the virtual switch
> I think we need to set the controller and start it, but I am able to
> ping the nodes without setting the controller and starting it. C
On Thu, Mar 19, 2015 at 11:10:13AM +, Radhakrishnan, Sharmila wrote:
> I wanted to understand, what are the different types of OVS ports that can be
> attached to a OVS bridge and what is the significance of each? This type is
> mentioned as part of the add-port command in the type parameter:
Hi All,
I wanted to understand, what are the different types of OVS ports that can be
attached to a OVS bridge and what is the significance of each? This type is
mentioned as part of the add-port command in the type parameter:
ovs-vsctl add-port testsw1 ns2iface1 -- set Interface ns2iface1 type
13 matches
Mail list logo