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 / flow-config.yang
index 7361358aff2d65c18346db532e74ba9268a465e5..1c57142997f05279780d5931a058b4f5ed96f896 100644 (file)
@@ -23,7 +23,7 @@ module flow-management {
             key "node id"; 
 
             leaf id {
-                type string;
+                type uint32;
             }
             uses flow:flow-entry;
         }