On Dec 11, 2012, at 6:53 , ext Ben Pfaff wrote:
>On Mon, Dec 10, 2012 at 05:16:39PM -0800, Rich Lane wrote:
>>I would have liked to put this in under the BSN vendor ID but there isn't any
>>existing support for actions from other vendors. Let me know if you'd like me
>>to add that.
>
>Jesse made so
I noticed this patch doesn't correctly handle the case of a zero sampling
probability.
I'll fix that by not translating the action in that case, and re-send a patch.
--
Romain Lenglet
- Original Message -
> From: "Romain Lenglet"
> To: dev@openvswitch.org
> Cc: "Romain Lenglet"
> Sent:
On Tue, Dec 11, 2012 at 10:58:46AM +0800, xushan liu wrote:
>I am researching OVS recently. I want ask something about OVS code,
> when the first packet of a flow arrive in OVS , the packet will miss in
> flow table, then it will be sent to user space through netlink , when the
> user space
On Mon, Dec 10, 2012 at 05:16:39PM -0800, Rich Lane wrote:
> I would have liked to put this in under the BSN vendor ID but there isn't any
> existing support for actions from other vendors. Let me know if you'd like me
> to add that.
Jesse made some comments on the rest, here's some on this bit.
hi all:
I am researching OVS recently. I want ask something about OVS code,
when the first packet of a flow arrive in OVS , the packet will miss in
flow table, then it will be sent to user space through netlink , when the
user space finish processing the packet , I think there will generate
On Mon, Dec 10, 2012 at 5:16 PM, Rich Lane wrote:
> This action allows the controller to change the destination IP of the
> encapsulating packet. It just exposes the existing Linux datapath
> functionality.
>
> Tested by installing a flow with the new action and an output action to a GRE
> tunnel
A similar patch has been discussed previously:
http://openvswitch.org/pipermail/dev/2010-October/004153.html
Have you looked at it?
Regards,
--
Romain Lenglet
- Original Message -
> From: "Rich Lane"
> To: dev@openvswitch.org
> Cc: "Rich Lane"
> Sent: Monday, December 10, 2012 5:16:39 P
This action allows the controller to change the destination IP of the
encapsulating packet. It just exposes the existing Linux datapath
functionality.
Tested by installing a flow with the new action and an output action to a GRE
tunnel port. The resulting packet had the correct destination IP.
Si
Dear Esteemed Customer,
Your package is ready to be delivered. You have to confirm your last name and
first name for us to verify your details and also send your telephone number
with which we can reach you incase we will need further details to confirm your
booking for delivery.
Attached in
---
lib/odp-util.c | 14
lib/odp-util.h | 9 +-
ofproto/ofproto-dpif.c | 86 --
tests/odp.at | 1 +
4 files changed, 93 insertions(+), 17 deletions(-)
diff --git a/lib/odp-util.c b/lib/odp-util.c
index de97fd
Define NXAST_SAMPLE OpenFlow vendor action and the corresponding
OFPACT_SAMPLE OVS action.
---
include/openflow/nicira-ext.h | 16 +++
lib/ofp-actions.c | 45 +++
lib/ofp-actions.h | 10 ++
lib/ofp-parse.c
# Mark 691508 as fixed upstream.
tags 691508 + fixed-upstream
thanks
On Fri, Dec 07, 2012 at 10:05:50PM +, Kyle Mestery (kmestery) wrote:
> On Dec 4, 2012, at 2:51 PM, Ben Pfaff wrote:
> > On Mon, Oct 29, 2012 at 09:34:37AM -0700, Ben Pfaff wrote:
> >> Until now, a command like "ovs-vsctl --m
This is an updated plain text version of the webpage at
http://openvswitch.org/development/openflow-1-x-plan/
which I intend to replace by a link to this file after it is committed.
Signed-off-by: Ben Pfaff
---
Please send along any corrections or updates.
Thanks,
Ben.
Makefile.am |
On Fri, Dec 07, 2012 at 03:48:24PM +0200, Jarno Rajahalme wrote:
>
> Signed-off-by: Jarno Rajahalme
I'm happy to apply this once we've got patch 2/4 sorted out.
Thanks,
Ben.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/list
On Fri, Dec 07, 2012 at 03:48:23PM +0200, Jarno Rajahalme wrote:
>
> Signed-off-by: Jarno Rajahalme
Applied to master, thanks.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Mon, Dec 10, 2012 at 10:48:07AM -0800, Ben Pfaff wrote:
> On Fri, Dec 07, 2012 at 03:48:21PM +0200, Jarno Rajahalme wrote:
> >
> > Signed-off-by: Jarno Rajahalme
>
> Applied to master, thanks.
Oh, by the way, we've never implemented the corresponding messages for
OpenFlow 1.0, because no use
On Fri, Dec 07, 2012 at 03:48:22PM +0200, Jarno Rajahalme wrote:
>
> Signed-off-by: Jarno Rajahalme
This looks pretty good. At first examination, the only issue I have
with it is that it puts special cases for different versions of
otherwise similar messages in the code that needs to handle tho
On Fri, Dec 07, 2012 at 03:48:21PM +0200, Jarno Rajahalme wrote:
>
> Signed-off-by: Jarno Rajahalme
Applied to master, thanks.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Sat, Dec 8, 2012 at 5:35 AM, Kyle Mestery (kmestery)
wrote:
> On Dec 7, 2012, at 10:15 PM, Jesse Gross wrote:
>> On Fri, Dec 7, 2012 at 1:47 PM, Kyle Mestery wrote:
>>> Some tunneling protocols require manipulation of the packet before the outer
>>> IP header is placed on the packet. An examp
How beautifully he has put it:
Some worship Allah having their hearts set on paradise; this
is the worship of traders,
And some worship Allah fearing hellfire; this is the worship
of slaves,
And some
Hello
Hope you are in good health. My name is Favor . I am a single girl. Am
looking for reliable and honest person. please have a little time for
me. Please reach me back at [favormitali.mit...@live.com] so that i can
explain all about myself including my pictures.
Best regards
Favor.
On 12/07/2012 10:47 PM, Kyle Mestery wrote:
diff --git a/datapath/vport-capwap.c b/datapath/vport-capwap.c
index 5f31732..7f304e0 100644
--- a/datapath/vport-capwap.c
+++ b/datapath/vport-capwap.c
@@ -355,6 +355,7 @@ static const struct tnl_ops capwap_tnl_ops = {
.tunnel_type= TNL_T_P
Bonjour
Comment faites-vous?
Je suis Mlle Gloria, pour être bref, je suis tombé sur votre contact, lors de
la recherche
pour une bonne relation et le partenariat affaires à l'étranger, donc je vous
contacter
et j'aimerai mieux vous connaître, vous pouvez m'écrire en arrière afin que je
doit vous
hello,
Thank you for your slides, was really helpful.
It would be great if someone could tell me if there was a OVS tutorial or a
guide book which would help me start development in OVS.
Regards,
From: Justin Pettit
To: Ra Alva
Cc: OVS
Sent: Sunday, Decem
24 matches
Mail list logo