Re: [ovs-dev] [PATCH] match: Only print tp_src and tp_dst for TCP and UDP.

2013-02-21 Thread Ben Pfaff
Based on the commit message it isn't clear to me why we shouldn't cover ARP here. (I don't have easy access to the full source code at the moment, so maybe this implies a source code revision and maybe a commit message revision and maybe I just misunderstand.) On Feb 21, 2013 8:50 PM, "Justin Petti

[ovs-dev] [PATCH] in-band: Use "internal" netdev type for local ports.

2013-02-21 Thread Ethan Jackson
A bridge's local port always has type "internal", so opening it with type "system" can't be correct. This was causing problems with force-reload-kmod in some circumstances. Bug #15067. Signed-off-by: Ethan Jackson --- ofproto/in-band.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[ovs-dev] [PATCH] match: Only print tp_src and tp_dst for TCP and UDP.

2013-02-21 Thread Justin Pettit
When printing a match, we would print "tp_src" and "tp_dst" if the packet wasn't ICMPv4 or ICMPv6. Unfortunately, this doesn't cover ARP. This changes the check to only print those keys if the network protocol is TCP or UDP. Signed-off-by: Justin Pettit --- lib/match.c |3 ++- 1 files chang

Re: [ovs-dev] [PATCHv3.1] Add support for LISP tunneling

2013-02-21 Thread Jesse Gross
On Thu, Feb 21, 2013 at 1:42 AM, Lori Jakab wrote: > On 02/21/13 00:50, Jesse Gross wrote: >> On Wed, Feb 20, 2013 at 2:33 AM, Lorand Jakab wrote: >>> LISP is an experimental layer 3 tunneling protocol, described in RFC >>> 6830. This patch adds support for LISP tunneling. Since LISP >>> encaps

[ovs-dev] what's unsupported tag/encap for OFPBMC_BAD_TAG

2013-02-21 Thread Arun
Hi, Can anyone help me understanding how to generate OFPBMC_BAD_TAG for OFPET_BAD_MATCH and OFPET_BAD_ACTION using OFTEST? Actually I don't understand what's unsupported tag/encap here? OFPBMC_BAD_TAG, /* Match uses an unsupported tag/encap. */ Thanks.

Re: [ovs-dev] ovs-dev] [vxlan] ofproto: Create and delete tnl_backers in type_run()

2013-02-21 Thread Ethan Jackson
Ah yes sorry, slipped my mind. I'll have a look at it today. Ethan On Thu, Feb 21, 2013 at 9:21 AM, Kyle Mestery (kmestery) wrote: > On Feb 15, 2013, at 4:12 PM, Kyle Mestery wrote: > > v3 Changes to main loop from Ethan along with comments from Ben. > > v2 fixes error handling noticed by Be

[ovs-dev] [PATCH] ovs-bugtool: Ability to collect number of logs through plugins.

2013-02-21 Thread Gurucharan Shetty
A new option "--log-days" recently added lets us to control the number of rotated logs included in the debug bundle. This option only works on log files defined inside the ovs-bugtool code. This patch lets us to do the same with logs collected through plugins. The example format inside a plugin i

Re: [ovs-dev] ovs-dev] [vxlan] ofproto: Create and delete tnl_backers in type_run()

2013-02-21 Thread Kyle Mestery (kmestery)
On Feb 15, 2013, at 4:12 PM, Kyle Mestery wrote: > v3 Changes to main loop from Ethan along with comments from Ben. > v2 fixes error handling noticed by Ben. Ethan: Any chance you can review this and possibly push it up? This, combined with Pravin's latest tunnel cleanup patch seems to get VXLA

Re: [ovs-dev] [PATCH v2] Tunnel: Cleanup old tunnel infrastructure.

2013-02-21 Thread Kyle Mestery (kmestery)
On Feb 21, 2013, at 10:52 AM, Pravin B Shelar wrote: > Since userspace flow based tunneling code is checked in, the kernel > port based tunneling code can be removed. > > Patch removes following components: > - tunnel ports hash table and moved tunnel ports list to individual > vports. > - Clea

[ovs-dev] [PATCH] debian: Remove openvswitch-ipsec dependency from dbg package.

2013-02-21 Thread Gurucharan Shetty
The openvswitch-dbg package does not have any binaries from openvswitch-ipsec package. So remove the dependency. While trying to install a openvswitch-dbg package currently, we are forced to install racoon and openvswitch-ipsec package which is not really necessary. Signed-off-by: Gurucharan Shet

[ovs-dev] hello

2013-02-21 Thread Lorraine Namara
        hello dear one how are you doing i hope fine.well my name is Lorraine and i will like us to get to know each other.and i will like to give you my picture to know whom i am and know more about me ok.you can contact me with my e-mail addres   ___

Re: [ovs-dev] [PATCHv3.1] Add support for LISP tunneling

2013-02-21 Thread Lori Jakab
On 02/21/13 00:50, Jesse Gross wrote: > On Wed, Feb 20, 2013 at 2:33 AM, Lorand Jakab wrote: >> LISP is an experimental layer 3 tunneling protocol, described in RFC >> 6830. This patch adds support for LISP tunneling. Since LISP >> encapsulated packets do not carry an Ethernet header, it is remo