vswitch: Set minimum probe interval to 5 seconds
authorJustin Pettit <jpettit@nicira.com>
Tue, 30 Jun 2009 22:24:54 +0000 (15:24 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 30 Jun 2009 22:24:54 +0000 (15:24 -0700)
commit952efc486da04bcb8c9d6ad01383e28632b7d140
tree26206a7286a1dd8b108b29724bdf1430b0b254c1
parent7df824b7b2aa6c8ab54af3193add82d6ed940785
vswitch: Set minimum probe interval to 5 seconds

In vSwitch, the minimum probe interval is supposed to be 5 seconds, but
that was not enforced.  If no interval was specified in the config file,
a value of 0 was being used, which would cause probes to never be sent
and the rconn not to move out of its ACTIVE state.

Possible fix to Bug #1466.
secchan/status.c
vswitchd/bridge.c