X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-provider-config.yang;h=caabb2525ec953b1d31c6ae3da0f6d685e9a7406;hb=5ab92c0df913f194d6910377ef72b7e6953a7922;hp=2d180acbc0119a6c58feaac77c7848b9f789e8fa;hpb=31772f5ccce34997b0dc1031b441af4c3ef21557;p=openflowplugin.git diff --git a/openflowplugin-api/src/main/yang/openflow-provider-config.yang b/openflowplugin-api/src/main/yang/openflow-provider-config.yang index 2d180acbc0..caabb2525e 100644 --- a/openflowplugin-api/src/main/yang/openflow-provider-config.yang +++ b/openflowplugin-api/src/main/yang/openflow-provider-config.yang @@ -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 { @@ -82,5 +82,18 @@ module openflow-provider-config { type uint32; default 60; } + + leaf notification-flow-removed-off { + description "Turning off flow removed notification"; + 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