]> git.proxmox.com Git - mirror_ovs.git/blobdiff - Documentation/group-selection-method-property.txt
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / Documentation / group-selection-method-property.txt
index 36337c6b5aeaf32d8773335e094e534203d3f10f..0b13da908a4efd320adebd98e6d2dd85b9d740b7 100644 (file)
@@ -18,7 +18,7 @@ Contents
 1. Introduction
 ===============
 
-This text describes a Netronome Extension to (draft) OpenFlow 1.5 that allows a
+This text describes a Netronome Extension to OpenFlow 1.5 that allows a
 controller to provide more information on the selection method for select
 groups.  This proposal is in the form of an enhanced select group type.
 
@@ -30,7 +30,7 @@ the OpenFlow specification.
 ===============
 
 A new Netronome group experimenter property is defined which provides
-compatibility with the group mod message defined in draft Open Flow 1.5
+compatibility with the group mod message defined in Open Flow 1.5
 (also known as ONF EXT-350) and allows parameters for the selection
 method of select groups to be passed by the controller. In particular it
 allows controllers to:
@@ -47,7 +47,7 @@ allows controllers to:
 
 The Experimenter ID of this extension is:
 
-NTR_VENDOR_ID = 0x00001540
+NTR_VENDOR_ID = 0x0000154d
 
 
 4. Group Experimenter Property
@@ -56,18 +56,18 @@ NTR_VENDOR_ID = 0x00001540
 The following group property experimenter type defined by this extension.
 
 enum ntr_group_mod_subtype {
-       NTRT_SELECTION_METHOD = 1,
+        NTRT_SELECTION_METHOD = 1,
 };
 
 
-Modifications to the group table from the controller may be done with a
-OFPT_GROUP_MOD message described (draft) Open Flow 1.5.  Group Entry
-Message. Of relevance here is that (draft) Open Flow 1.5 group messages
-have properties.
+Modifications to the group table from the controller may be done with
+a OFPT_GROUP_MOD message described Open Flow 1.5.  Group Entry
+Message. Of relevance here is that Open Flow 1.5 group messages have
+properties.
 
 This proposal is defined in terms of an implementation of struct
-ofp_group_prop_experimenter which is described in (draft) Open Flow 1.5.
-The implementation is:
+ofp_group_prop_experimenter which is described in Open Flow 1.5.  The
+implementation is:
 
 struct ntr_group_prop_selection_method {
     ovs_be16 type;                  /* OFPGPT_EXPERIMENTER. */