Re: [ovs-dev] [PATCH 1/1] lacp: Fix dumping of aggregation key

2013-01-02 Thread Ethan Jackson
Thanks for the patch. I made some minor tweaks to the commit message and merged it. Ethan On Wed, Jan 2, 2013 at 9:23 AM, Anoob Soman wrote: > While dumping lacp information using ovs-appctl, "aggregation key" field > displays port_id even though aggregation-key is set using > "other-config:la

[ovs-dev] [PATCH 1/1] lacp: Fix dumping of aggregation key

2013-01-02 Thread Anoob Soman
While dumping lacp information using ovs-appctl, "aggregation key" field displays port_id even though aggregation-key is set using "other-config:lacp-aggregation-key". Signed-off-by: Anoob Soman --- lib/lacp.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/lacp.c b