GroupId and MeterId used in model (as requested)
[openflowjava.git] / openflow-protocol-api / src / main / yang / system-notifications.yang
index b4d1e02b385b371cd02bbfaf17d0a5d1ca3296fb..8bc8dd6520b9e26a90c554568d6c7bb02840604f 100644 (file)
@@ -3,13 +3,19 @@ module system-notifications {
     prefix "ofs";
 
     revision "2013-09-27" {
-        //description "Initial model";
+        //description "Model of system messages used in OpenFlow Protocol Library";
     }
-    
+
     notification disconnect-event {
         leaf info {
             type string;
-        }            
+        }
+    }
+
+    notification switch-idle-event {
+        leaf info {
+            type string;
+        }
     }
-    
+
 }
\ No newline at end of file