Ben,
You are correct. I've corrected it and submitted v2 of the patch.
Thanks,
Shu
-Original Message-
From: Ben Pfaff [mailto:b...@nicira.com]
Sent: Monday, November 10, 2014 3:57 PM
To: Shu Shen
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] [PATCH] ofproto: Fix supported group
On Mon, Nov 10, 2014 at 02:41:21PM -0800, Shu Shen wrote:
> Previously the types field is uninited and leds to no supported type
> being reported in OFPMP_GROUP_FEATURES message.
>
> Signed-off-by: Shu Shen
> ---
> ofproto/ofproto.c | 3 +++
> tests/ofproto.at | 11 ++-
> 2 files chang
Previously the types field is uninited and leds to no supported type
being reported in OFPMP_GROUP_FEATURES message.
Signed-off-by: Shu Shen
---
ofproto/ofproto.c | 3 +++
tests/ofproto.at | 11 ++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/ofproto/ofproto.c b/ofpr