Updated Flow Capable Models & AD SAL Compatibility mapping
[controller.git] / opendaylight / md-sal / model / model-flow-service / src / main / yang / flow-node-inventory.yang
index 118d1cdccecc850ef7099e689dc80e6ea8b0e47b..d4c06c57841576a38a26414dbf98f66300e34e69 100644 (file)
@@ -41,6 +41,23 @@ module flow-node-inventory {
     }
 
     grouping flow-node {
+
+        leaf manufacturer {
+            type string;
+        }
+        leaf hardware {
+            type string;
+        }
+        leaf software {
+            type string;
+        }
+        leaf serial-number {
+            type string;
+        }
+        leaf description {
+            type string;
+        }
+
         container tables {
             uses feature;
             list table {