Merge "Fixed quote issue in flow-types.yang and table-types.yang"
authorGiovanni Meo <gmeo@cisco.com>
Tue, 26 Nov 2013 19:54:36 +0000 (19:54 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 26 Nov 2013 19:54:36 +0000 (19:54 +0000)
opendaylight/md-sal/model/model-flow-service/src/main/yang/port-service.yang

index 9588652a1c6cdb8fb63901f8cb4ccf72228c7b9c..d49675ad39366bb3e8c9b3a5a191f2a677683ce7 100644 (file)
@@ -5,6 +5,7 @@ module sal-port {
     import yang-ext {prefix ext; revision-date "2013-07-09";}
     import opendaylight-inventory {prefix inv;revision-date "2013-08-19";}
     import opendaylight-port-types {prefix port-type;revision-date "2013-09-25";}
+    import flow-capable-transaction {prefix tr;}
 
     revision "2013-11-07" {
         description "Initial revision of port service";
@@ -31,6 +32,10 @@ module sal-port {
     rpc update-port {
         input {
             uses port-update;
+            uses tr:transaction-aware;
+        }
+        output {
+            uses tr:transaction-aware;
         }
     }