cfm: No longer allow configuration of ma_name and md_name.
[sliver-openvswitch.git] / vswitchd / vswitch.xml
index a16c486..f9a82cc 100644 (file)
     <group title="Monitor Configuration">
       <column name="mpid">
         A Maintenance Point ID (MPID) uniquely identifies each endpoint within
-        a Maintenance Association (see <ref column="ma_name"/>).  The MPID is
-        used to identify this <ref table="Monitor"/> to other endpoints in the
-        MA.
+        a Maintenance Association.  The MPID is used to identify this
+        <ref table="Monitor"/> to other endpoints in the MA.
       </column>
 
       <column name="remote_mps">
         signaled.
       </column>
 
-      <column name="ma_name">
-        A Maintenance Association (MA) name pairs with a Maintenance Domain
-        (MD) name to uniquely identify a MA.  A MA is a group of endpoints who
-        have complete and exclusive interconnectivity. Defaults to
-        <code>ovs</code> if unset.
-      </column>
-
-      <column name="md_name">
-        A Maintenance Domain name pairs with a Maintenance Association name to
-        uniquely identify a MA. Defaults to <code>ovs</code> if unset.
-      </column>
-
       <column name="interval">
         The transmission interval of CCMs in milliseconds.  Three missed CCMs
         indicate a connectivity fault.  Defaults to 1000ms.