Bug 751 - Model updated with descriptions
[openflowjava.git] / openflow-protocol-api / src / main / yang / system-notifications.yang
index f5806fca337f59f06c8f9c9665c29f2fc7fd9475..4cbe17e7bff13847a970d96d487d35efaac8fd35 100644 (file)
     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;
         }