> From: Numan Siddique
>
> +dev list
>
>
> On 01/05/2016 01:11 AM, Russell Bryant wrote:
> > On 01/04/2016 10:29 AM, Numan Siddique wrote:
> >> Hi,
> >>
> >> I have started working on supporting the monitor2 support in python
idl.
> >> Please let me know if some one has already started working
Hi,
I want to broadcast a packet to a group of ports. I thought using group
table for that.
Does anyone has a simple example for doing that?
Thanks,
- Liran___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discus
Hi,
Is it possible to use a single tunnel port (VXLAN | GRE) to serve multiple
datapaths (bridges)? How do I configure such a system?
- Liran___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Hi,
I am running Openvswitch 2.0.0 on Ubuntu 12.04.2 LTS (GNU/Linux
3.5.0-23-generic x86_64).
When I try to rmmod openvswitch module I get a kernel crash that force me
to do force shutdown of the machine.
I am using vxlan ports on the switch.
Here is the kernel crash:
[863160.472283] INFO:
Ben Pfaff wrote on 24/04/2013 09:23:59 AM:
> On Wed, Apr 24, 2013 at 09:21:08AM +0300, Liran Schour wrote:
> >
> > Ben Pfaff wrote on 22/04/2013 06:31:19 PM:
> >
> > > On Mon, Apr 22, 2013 at 04:27:12PM +0300, Liran Schour wrote:
> > > > I am using Op
Ben Pfaff wrote on 22/04/2013 06:31:19 PM:
> On Mon, Apr 22, 2013 at 04:27:12PM +0300, Liran Schour wrote:
> > I am using Openvswitch 1.10.90.
> > I tried to pass tun_id over VXLAN tunnel by setting a flow for that and
> > match tun_id on the destination side and failed to
Hi,
I am using Openvswitch 1.10.90.
I tried to pass tun_id over VXLAN tunnel by setting a flow for that and
match tun_id on the destination side and failed to do that.
It seems like the tun_id did not pass on the wire.
On the source side I added the following flow:
ovs-ofctl add-flow br-
Ben Pfaff wrote on 25/03/2013 06:49:38 PM:
> On Sun, Mar 24, 2013 at 01:21:59PM +0200, Liran Schour wrote:
> > Ben Pfaff wrote on 21/03/2013 09:52:24 PM:
> >
> > > On Thu, Mar 21, 2013 at 09:07:08AM +0200, Liran Schour wrote:
> > > >
> > > > I tr
Ben Pfaff wrote on 21/03/2013 09:52:24 PM:
> On Thu, Mar 21, 2013 at 09:07:08AM +0200, Liran Schour wrote:
> >
> > I try to pass metadata to the controller through the following flow:
> >ovs-ofctl add-flow br-int "in_port=5 priority=2
actions=set_field:123->
>
I try to pass metadata to the controller through the following flow:
ovs-ofctl add-flow br-int "in_port=5 priority=2 actions=set_field:123->
metadata,controller(reason=no_match)"
I do see the following flow when I do dump-flows:
cookie=0x0, duration=310.921s, table=0, n_packets=0, n_byte
Ben Pfaff wrote on 18/03/2013 06:59:06 AM:
> On Sun, Mar 17, 2013 at 02:33:35PM +0200, Liran Schour wrote:
> > I used to send in Openvswitch 1.4.0 matchable port's logical ID to the
> > controller via a flow that load:value->NXM_NM_REG0.
> > I tried to do the same
I used to send in Openvswitch 1.4.0 matchable port's logical ID to the
controller via a flow that load:value->NXM_NM_REG0.
I tried to do the same on the current release 1.9.0 and failed to do so. I
also tried to pass this information via set_field:value->metadata and
failed also.
What am I doing
Jesse Gross wrote on 11/03/2013 06:31:12 PM:
> On Mon, Mar 11, 2013 at 9:15 AM, Liran Schour wrote:
> >
> > Hi,
> >
> > I wanted to know what is the current status of flow based tunneling,
is it
> > available on 1.9.0 release?
> > Is there any documenta
Hi,
I wanted to know what is the current status of flow based tunneling, is it
available on 1.9.0 release?
Is there any documentation about how to use this feature? Any suggestions
about how to setup flow based tunneling scenario?
Thanks,
- Liran
___
Liran Schour/Haifa/IBM wrote on 02/09/2012 16:26:23:
> Ben Pfaff wrote on 29/08/2012 17:15:37:
>
> > On Wed, Aug 29, 2012 at 03:07:26PM +0300, Liran Schour wrote:
> > > Is it possible to assign some external IDs to a port and then force
the
> > > switch to send th
Ben Pfaff wrote on 29/08/2012 17:15:37:
> On Wed, Aug 29, 2012 at 03:07:26PM +0300, Liran Schour wrote:
> > Is it possible to assign some external IDs to a port and then force the
> > switch to send this IDs as a matchable field to the controller via OXM
on
> > each PACK
Hi,
Is it possible to assign some external IDs to a port and then force the
switch to send this IDs as a matchable field to the controller via OXM on
each PACKET_IN message?
In other words I am looking for a way to assign IDs per port and to be able
to send these IDs to the controller as matchabl
Ben Pfaff wrote on 16/05/2012 18:00:40:
> On Wed, May 16, 2012 at 03:39:07PM +0300, Liran Schour wrote:
> > I tried to run the ovsdbmonitor but failed with the following error:
> >
> > +++ OVS JSON module is required
> >
> > Traceback (most recent call
Hi,
I tried to run the ovsdbmonitor but failed with the following error:
+++ OVS JSON module is required
Traceback (most recent call last):
File "/usr/local/bin/ovsdbmonitor", line 24, in
from OVEApp import *
File "/usr/local/share/ovsdbmonitor/OVEApp.py", line 16, in
from OVEStan
19 matches
Mail list logo