Re: [ovs-discuss] [ovs-dev] monitor2 support in python idl

2016-01-04 Thread Liran Schour
> 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

[ovs-discuss] Group table for broadcasting a packet

2014-06-26 Thread Liran Schour
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

[ovs-discuss] Using single tunnel port for multiple datapaths

2014-01-30 Thread Liran Schour
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

[ovs-discuss] Crash when rmmod openvswitch

2013-11-21 Thread Liran Schour
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:

Re: [ovs-discuss] Sending tun_id over VXLAN tunnel

2013-04-25 Thread Liran Schour
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

Re: [ovs-discuss] Sending tun_id over VXLAN tunnel

2013-04-24 Thread Liran Schour
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

[ovs-discuss] Sending tun_id over VXLAN tunnel

2013-04-22 Thread Liran Schour
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-

Re: [ovs-discuss] Set metadata field

2013-03-28 Thread Liran Schour
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

Re: [ovs-discuss] Set metadata field

2013-03-24 Thread Liran Schour
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-> >

[ovs-discuss] Set metadata field

2013-03-21 Thread Liran Schour
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

Re: [ovs-discuss] Sending port's logical ID via NXM_NX_REG to the controller

2013-03-18 Thread Liran Schour
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

[ovs-discuss] Sending port's logical ID via NXM_NX_REG to the controller

2013-03-17 Thread Liran Schour
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

Re: [ovs-discuss] Flow based tunneling status

2013-03-13 Thread Liran Schour
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

[ovs-discuss] Flow based tunneling status

2013-03-11 Thread Liran Schour
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 ___

Re: [ovs-discuss] Matchable port's external-ids

2012-09-03 Thread Liran Schour
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

Re: [ovs-discuss] Matchable port's external-ids

2012-09-02 Thread Liran Schour
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

[ovs-discuss] Matchable port's external-ids

2012-08-29 Thread Liran Schour
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

Re: [ovs-discuss] Fail to run the ovsdbmonitor

2012-05-17 Thread Liran Schour
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

[ovs-discuss] Fail to run the ovsdbmonitor

2012-05-16 Thread Liran Schour
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