Re: [ovs-dev] [mac-aging 2/2] vswitchd: Make the MAC entry aging time configurable.

2012-02-01 Thread Ben Pfaff
Thanks for the reviews. I pushed this to master, branch-1.4, branch-1.5. On Tue, Jan 31, 2012 at 06:16:54PM -0800, Ethan Jackson wrote: > May as well set the minInteger in the documentation to 15. Otherwise > looks good. > > Ethan > > On Tue, Jan 24, 2012 at 13:44, Ben Pfaff wrote: > > NICS-1

Re: [ovs-dev] [mac-aging 2/2] vswitchd: Make the MAC entry aging time configurable.

2012-01-31 Thread Ethan Jackson
May as well set the minInteger in the documentation to 15. Otherwise looks good. Ethan On Tue, Jan 24, 2012 at 13:44, Ben Pfaff wrote: > NICS-11. > Signed-off-by: Ben Pfaff > --- >  NEWS                       |    2 ++ >  lib/learning-switch.c      |    6 -- >  lib/mac-learning.c         |

[ovs-dev] [mac-aging 2/2] vswitchd: Make the MAC entry aging time configurable.

2012-01-24 Thread Ben Pfaff
NICS-11. Signed-off-by: Ben Pfaff --- NEWS |2 ++ lib/learning-switch.c |6 -- lib/mac-learning.c | 41 ++--- lib/mac-learning.h | 10 +++--- ofproto/ofproto-dpif.c | 13 +++-- ofproto