Re: [ovs-dev] [PATCH] bridge: Rate limit default address warnings.

2012-04-12 Thread Ben Pfaff
On Thu, Apr 12, 2012 at 03:51:11PM -0700, Ethan Jackson wrote: > > Seems reasonable. > > > > I'm not sure that it's worth logging at all; maybe it should go in the > > database (is it there already? not obviously). > > Putting it the database is probably the right thing to do. I don't > have time

Re: [ovs-dev] [PATCH] bridge: Rate limit default address warnings.

2012-04-12 Thread Ethan Jackson
> Seems reasonable. > > I'm not sure that it's worth logging at all; maybe it should go in the > database (is it there already? not obviously). Putting it the database is probably the right thing to do. I don't have time for it at the moment though. I'll add it to my list of things to get around

Re: [ovs-dev] [PATCH] bridge: Rate limit default address warnings.

2012-04-11 Thread Ben Pfaff
On Wed, Apr 11, 2012 at 12:11:45AM -0700, Ethan Jackson wrote: > This information is typically not more useful if displayed more > often. > > Signed-off-by: Ethan Jackson Seems reasonable. I'm not sure that it's worth logging at all; maybe it should go in the database (is it there already? not

[ovs-dev] [PATCH] bridge: Rate limit default address warnings.

2012-04-11 Thread Ethan Jackson
This information is typically not more useful if displayed more often. Signed-off-by: Ethan Jackson --- vswitchd/bridge.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 5aa5c89..bbfa116 100644 --- a/vswitchd/bridge.c +++ b/