Merge "Bug 6820 - Implement SalExperimenterMpMessageService"
[openflowplugin.git] / openflowplugin-api / src / main / yang / openflow-provider-config.yang
index 49fd7c3aa68c78b56a83f4a702441a0986e06bb2..caabb2525ec953b1d31c6ae3da0f6d685e9a7406 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 {
@@ -88,5 +88,12 @@ module openflow-provider-config {
             type boolean;
             default "false";
         }
+
+        leaf skip-table-features {
+            description "Ability to skip pulling and storing of large table features. These features are still
+            available via rpc but if set to true then maintenance in DS will be omitted";
+            type boolean;
+            default "true";
+        }
     }
 }
\ No newline at end of file