Support for Table Features
[openflowplugin.git] / model / model-flow-service / src / main / yang / sal-table.yang
index a40529bef4eff5515f273cd5e133d5f28d7ecb7b..e8b45ace1ad29616286eda0c319b9ee82f21ed59 100644 (file)
@@ -28,6 +28,10 @@ module sal-table {
         description "Configuring openflow table.";
         
         input {
+            uses tr:transaction-metadata;
+            leaf table-ref {
+                    type table-type:table-ref;
+            }
             uses table-update;
             uses tr:transaction-aware;
         }