revision format correction in api yang models
[transportpce.git] / api / src / main / yang / portmapping.yang
index 5a0a36545c2a90b2f5e824664373abb7882fc5cb..bb935722c1a6b96680583d2f592d3ef6ca8f6530 100644 (file)
@@ -3,7 +3,7 @@ module portmapping {
   namespace "urn:opendaylight:params:xml:ns:yang:portmapping";
   prefix "portmapping";
 
-  revision "2017-2-28" {
+  revision "2017-02-28" {
     description "Initial revision of port mapping model";
   }
   container network{
@@ -37,7 +37,12 @@ module portmapping {
           description
           "OMS interface provisioned on the port";
         }
+        leaf supporting-ots{
+          type string;
+          description
+          "OTS interface provisioned on the port";
+        }
       }
     }
   }
-}
\ No newline at end of file
+}