Fixed missing prefix in augmentation.
[openflowjava.git] / openflow-protocol-api / src / main / yang / system-notifications.yang
index f5806fca337f59f06c8f9c9665c29f2fc7fd9475..b31dd02b63e8c3af5b8d85cae0843ac233712605 100644 (file)
@@ -5,22 +5,24 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
+
  module system-notifications {
     namespace "urn:opendaylight:openflow:system";
     prefix "ofs";
 
     revision "2013-09-27" {
-        //description "Model of system messages used in OpenFlow Protocol Library";
+        description "Model of system messages used in OpenFlow Protocol Library";
     }
 
     notification disconnect-event {
+        description "Disconnect notification";
         leaf info {
             type string;
         }
     }
 
     notification switch-idle-event {
+        description "Switch-idle notification";
         leaf info {
             type string;
         }