Added container and flow name details as in AD-SAL
[controller.git] / opendaylight / md-sal / model / model-flow-base / src / main / yang / port-types.yang
index af7c4dff531998dc150976f7c527e2258975e21f..0df6b52b0bb0faa46fa5319d457e5a275eb3c0df 100644 (file)
@@ -128,8 +128,16 @@ module opendaylight-port-types {
                 leaf mask {
                     type uint32;
                     description "Bitmap of OFPPC-* flags to be changed";
-                }       
-            }
+                }      
+                
+                leaf container-name {
+                    type string; 
+                }
+            
+                leaf port-name {
+                    type string; 
+                }                
+            }            
         }    
     }
 }
\ No newline at end of file