BUG-6890: Statistics-polling configuration
[openflowplugin.git] / openflowplugin-impl / src / main / yang / openflow-plugin-impl.yang
index e86ae12ba251fefd5f093801c7401ea573bb3bc1..6c54e4deefae5a59b9356452632a9391a3c19183 100644 (file)
@@ -103,9 +103,9 @@ module openflow-plugin-provider-impl {
                 type uint32;
                 default 131072;
             }
-            leaf is-statistics-polling-off {
+            leaf is-statistics-polling-on {
                 type boolean;
-                default "false";
+                default "true";
             }
             leaf is-statistics-rpc-enabled {
                 status deprecated;