Re: [ovs-dev] [ext-260 v3 1/5] ofp-errors: Fix typos in comment.

2013-06-20 Thread Alex Wang
Looks good to me., On Wed, Jun 12, 2013 at 11:35 AM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- > lib/ofp-errors.h |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h > index 593241d..aa3ba50 100644 > --- a/lib/ofp-erro

Re: [ovs-dev] [PATCH v6] gre: Restructure tunneling.

2013-06-20 Thread Pravin Shelar
On Thu, Jun 20, 2013 at 5:50 PM, Jesse Gross wrote: > On Thu, Jun 20, 2013 at 5:19 PM, Pravin B Shelar wrote: >> diff --git a/datapath/linux/compat/skbuff-openvswitch.c >> b/datapath/linux/compat/skbuff-openvswitch.c >> index ef43ba9..720bc18 100644 >> --- a/datapath/linux/compat/skbuff-openvswi

[ovs-dev] [PATCH] datapath: Bug fix: Missing mask attributes

2013-06-20 Thread Andy Zhou
Fix a bug where some mask attributes are missing in the netlink packets from kernel to the user space. Reported-by: Justin Pettit Signed-off-by: Andy Zhou --- datapath/datapath.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath/datapath.c b/datapath/datapath.c ind

<    1   2