BUG-6890:Flow-Removed Notification configuration
[openflowplugin.git] / openflowplugin-api / src / main / yang / openflow-provider-config.yang
index 26502d36e6c6cafc07b4bb9bd34f6f4b6a4680bf..96556def3124678ad99661398c9c00f28600ae39 100644 (file)
@@ -39,9 +39,9 @@ module openflow-provider-config {
             default 64000;
         }
 
-        leaf is-statistics-polling-off {
+        leaf is-statistics-polling-on {
             type boolean;
-            default "false";
+            default "true";
         }
 
         leaf is-statistics-rpc-enabled {
@@ -83,10 +83,10 @@ module openflow-provider-config {
             default 60;
         }
 
-        leaf notification-flow-removed-off {
-            description "Turning off flow removed notification";
+        leaf enable-flow-removed-notification {
+            description "Turning on flow removed notification";
             type boolean;
-            default "false";
+            default "true";
         }
 
         leaf skip-table-features {