On Thu, Apr 19, 2018 at 02:09:38PM -0300, Flavio Leitner wrote: > In some cases 10 seconds might be too much time and in > other cases it might be too little. > > The OpenFlow spec mandates that it should wait at least one > second, so enforce that as the minimum acceptable value. > > Signed-off-by: Flavio Leitner <[email protected]> > --- > ofproto/connmgr.c | 24 +++++++-- > ofproto/connmgr.h | 2 + > ofproto/ofproto.c | 7 +++ > ofproto/ofproto.h | 1 + > tests/ofproto.at | 129 > +++++++++++++++++++++++++++++++++++++++++++++ > vswitchd/bridge.c | 3 +- > vswitchd/ovs-vswitchd.8.in | 5 +- > vswitchd/vswitch.xml | 12 +++++ > 8 files changed, 176 insertions(+), 7 deletions(-) > > * V2 > - Included Ben's fix to use default if the config is removed. > - Added addditional test to cover the above situation. > - Made the timeout setting more clear.
Thanks, applied to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
