Re: [ovs-dev] [lacp_bugs 3/7] bridge: Honor lacp-system-id other_config setting.

2011-11-30 Thread Ethan Jackson
Thanks, I've merged this patch. Ethan On Tue, Nov 29, 2011 at 21:01, Ben Pfaff wrote: > On Tue, Nov 29, 2011 at 07:53:20PM -0800, Ethan Jackson wrote: >> The bridge code was completely ignoring the lacp-system-id setting. >> >> Future patches will add tests which would have caught this issue. >>

Re: [ovs-dev] [lacp_bugs 3/7] bridge: Honor lacp-system-id other_config setting.

2011-11-29 Thread Ben Pfaff
On Tue, Nov 29, 2011 at 07:53:20PM -0800, Ethan Jackson wrote: > The bridge code was completely ignoring the lacp-system-id setting. > > Future patches will add tests which would have caught this issue. > > Bug #8516. Looks good to me, thanks. ___ dev

[ovs-dev] [lacp_bugs 3/7] bridge: Honor lacp-system-id other_config setting.

2011-11-29 Thread Ethan Jackson
The bridge code was completely ignoring the lacp-system-id setting. Future patches will add tests which would have caught this issue. Bug #8516. --- vswitchd/bridge.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index ccf