Bump MRI upstreams
[openflowplugin.git] / openflowjava / openflow-protocol-api / src / main / yang / openflow-protocol.yang
index 7e42a2b9bf2d95837cb22ca16cb83c4ea961b1e6..5c2b59c35176c290c4f0ff121c1089fe1265cba8 100644 (file)
 
                     leaf-list version-bitmap {
                         type boolean;
+                        ordered-by user;
                     }
                 }
             }
                             }
                             leaf-list max_groups {
                                 type uint32;
+                                ordered-by user;
+                                // FIXME: min-elements = max-elements = 4
                             }
                             leaf-list actions-bitmap {
                                 type oft:action-type;
+                                ordered-by user;
+                                // FIXME: min-elements = max-elements = 4
                             }
                         }
                     }
                     uses meter-mod;
                 }
             } /* Controller/switch message */
-}
\ No newline at end of file
+}