vswitch.xml: Document more details of CFM intervals.
authorBen Pfaff <blp@nicira.com>
Mon, 30 Apr 2012 18:24:59 +0000 (11:24 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 May 2012 21:29:37 +0000 (14:29 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/vswitch.xml

index b0f6be8..b9b7b97 100644 (file)
 
       <column name="other_config" key="cfm_interval"
               type='{"type": "integer"}'>
-        The interval, in milliseconds, between transmissions of CFM heartbeats.
-        Three missed heartbeat receptions indicate a connectivity fault.
-        Defaults to 1000.
+        <p>
+          The interval, in milliseconds, between transmissions of CFM
+          heartbeats.  Three missed heartbeat receptions indicate a
+          connectivity fault.
+        </p>
+
+        <p>
+          In standard operation only intervals of 3, 10, 100, 1,000, 10,000,
+          60,000, or 600,000 ms are supported.  Other values will be rounded
+          down to the nearest value on the list.  Extended mode (see <ref
+          column="other_config" key="cfm_extended"/>) supports any interval up
+          to 65,535 ms.  In either mode, the default is 1000 ms.
+        </p>
+
+        <p>We do not recommend using intervals less than 100 ms.</p>
       </column>
 
       <column name="other_config" key="cfm_extended"