[ovs-dev] Deleita tus oidos por solo 9€, Pierde esos kilos de más sin cansarte por 10€, Disfruta la aventura con tus hijos haciendo el mono po 15€ y montones de ofertas increibles y solidarias en MyBo

2011-07-03 Thread News MyBonusWeb
Añade i...@mybonusweb.eu a tu libreta de direcciones y llegaremos siempre a tu bandeja de entrada. Si no puedes ver bien este MyBonusDay haz click aquí Ofertas Solidarias en

Re: [ovs-dev] [PATCH] debian: Remove obsolete reference to var/log/core.

2011-07-03 Thread Simon Horman
On Fri, Jul 01, 2011 at 02:58:07PM -0700, Ben Pfaff wrote: > Commit 14c3b136 "debian: Remove corekeeper package" removed the > var/log/core directory from the Debian packaging, but I missed this part. FWIW, I am fine with this change. > --- > debian/rules |2 +- > 1 files changed, 1 insertio

[ovs-dev] [PATCH 1/1] datapath: add key support to CAPWAP tunnel

2011-07-03 Thread Valient Gough
Add tunnel key support to CAPWAP vport. Uses the optional WSI field in a CAPWAP header to store a 64bit key. It can also be used without keys, in which case it is backward compatible with the old code. Documentation about the WSI field format is in CAPWAP.txt. more capwap fixes Signed-off-by:

[ovs-dev] [PATCH 1/1] datapath: add key support to CAPWAP tunnel

2011-07-03 Thread Valient Gough
Simon, Below is an updated patch to add key support to CAPWAP tunnels. It is still broken in one aspect - fragmented packet reassembly fails. It correctly *creates* fragmented packets, as verified by Wireshark's CAPWAP implementation which is able to reassemble fragmented streams. I have not le

Re: [ovs-dev] [PATCH] bond: Send gratuitous ARPs when load balancing.

2011-07-03 Thread Sanjay Sane
Ben: what happens when link failover happens as a result of link carrier going down ? The 2 issues which are related are 1. duplicates to the host 2. packet blackholing for issue #1 L2 network very frequently un-learns all the MAC addresses, this happens whenever there is a topology change. We r