Re: [ovs-discuss] Applying Regex to the flow_entry

2013-11-15 Thread Ben Pfaff
On Fri, Nov 15, 2013 at 09:48:41PM -0800, Jayanth Silesh wrote: > Is there a way to do rate-handling of packets in the OVS? The FAQ has a QoS section. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Applying Regex to the flow_entry

2013-11-15 Thread Jayanth Silesh
Hey Ben, Is there a way to do rate-handling of packets in the OVS? Thanks, Jayanth Silesh 317-476-2599 Graduate Student, University of Southern California On November 15, 2013 at 6:22:11 PM, Ben Pfaff (b...@nicira.com) wrote: Open vSwitch doesn't support what you're trying to do. On Nov 15,

Re: [ovs-discuss] Applying Regex to the flow_entry

2013-11-15 Thread Ben Pfaff
Open vSwitch doesn't support what you're trying to do. On Nov 15, 2013 5:45 PM, "Jayanth Silesh" wrote: > Hey All, > > I am trying to have a regular expression in my flow entry, > > My topology is something like this, > > host1 ———OVS ———host2 > > My objective is basically , host1 is constantly s

[ovs-discuss] Applying Regex to the flow_entry

2013-11-15 Thread Jayanth Silesh
Hey All, I am trying to have a regular expression in my flow entry, My topology is something like this, host1 ———OVS ———host2 My objective is basically , host1 is constantly sending packets and host2 has to only receive half of the packets. So, what I have thought of doing is , I will have 2

Re: [ovs-discuss] MPLS support in Open vSwitch

2013-11-15 Thread Bochra Boughzala
Ok! Thanks!! 2013/11/15 Ben Pfaff > It's a bug. > > MPLS support is pretty poor in every released version of OVS. We > (mostly Simon Horman) are working on it. > > On Fri, Nov 15, 2013 at 04:16:23PM -0500, Bochra Boughzala wrote: > > Actually, I just tried to do very basic operation. So this i

Re: [ovs-discuss] MPLS support in Open vSwitch

2013-11-15 Thread Ben Pfaff
It's a bug. MPLS support is pretty poor in every released version of OVS. We (mostly Simon Horman) are working on it. On Fri, Nov 15, 2013 at 04:16:23PM -0500, Bochra Boughzala wrote: > Actually, I just tried to do very basic operation. So this is the switch > config/flows, there is two rules wh

Re: [ovs-discuss] MPLS support in Open vSwitch

2013-11-15 Thread Bochra Boughzala
Actually, I just tried to do very basic operation. So this is the switch config/flows, there is two rules which simply should push/pop mpls tag But instead of that the packets get dropped and never get out of the switch, because of some invalid arguments Am I doing something wrong? Or this is a bug

Re: [ovs-discuss] MPLS support in Open vSwitch

2013-11-15 Thread Ben Pfaff
On Fri, Nov 15, 2013 at 02:08:13PM -0500, Bochra Boughzala wrote: > Does Open vSwitch in its latest version ( > http://openvswitch.org/releases/openvswitch-2.0.0.tar.gz) actually support > MPLS push/pop actions? MPLS support is pretty poor in every released version of OVS. We (mostly Simon Horman

Re: [ovs-discuss] Fwd: Mininet + ovs 2.0

2013-11-15 Thread Bob Lantz
Thanks Lori, this is exactly right! This question is also answered in the Mininet FAQ (faq.mininet.org): https://github.com/mininet/mininet/wiki/FAQ#wiki-ovs-upgrade -Bob On Nov 15, 2013, at 3:00 AM, Lori Jakab wrote: > It is much cleaner if you create .deb packages and install those instead

[ovs-discuss] MPLS support in Open vSwitch

2013-11-15 Thread Bochra Boughzala
Hi all, Does Open vSwitch in its latest version ( http://openvswitch.org/releases/openvswitch-2.0.0.tar.gz) actually support MPLS push/pop actions? ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] SSL support in OVS

2013-11-15 Thread Ben Pfaff
On Fri, Nov 15, 2013 at 02:51:20PM +0530, sonia verma wrote: > I want to test ssl connnectivity of OVS with any of the Openflow > controllers.Presently I'm testing it with floodlight but not able to > proceed. > So I want to know whether OVS supports SSL connectivity or not. OVS supports SSL.

Re: [ovs-discuss] Get errors when I try to install OVS 2.0 from souce code "Can't read private key"

2013-11-15 Thread Lori Jakab
On 11/13/13 9:53 PM, Javier Richard Quinto A. (Master's student - UNICAMP) wrote: Hi everyone, I'm trying to install Open Vswitch 2.0 from souce code on Ubuntu 12.04 server AMD, so I'm using the INSTALL file for the package, but I get errors. Please, you can see below, - I already installed

Re: [ovs-discuss] Fwd: Mininet + ovs 2.0

2013-11-15 Thread Lori Jakab
It is much cleaner if you create .deb packages and install those instead of using make and make install. I have been running the git master version of OVS on mininet 2.1 without issues that way. Follow the instructions in the INSTALL.Debian file from the top-level directory in the tree. HTH,

[ovs-discuss] SSL support in OVS

2013-11-15 Thread sonia verma
Hi all, I want to test ssl connnectivity of OVS with any of the Openflow controllers.Presently I'm testing it with floodlight but not able to proceed. So I want to know whether OVS supports SSL connectivity or not. If yes,Can you people provide some link regarding this. Thanks in advance. Re