ID's are made in sync with openflow specification. Flow/Group/Table/Port/Queue/Meter...
[controller.git] / opendaylight / md-sal / model / model-flow-management / src / main / yang / group-config.yang
index 48dda2edcd9435a40e9230caf68ea797912bd0a3..2fc051087d38c099af6e0189a86ef1b0711aecf2 100644 (file)
@@ -22,7 +22,7 @@ module group-management {
             key "id node"; 
                         
             leaf id {
-                type string;
+                type uint32;
             }                       
             
             uses group-entry;