BUG-5636: making table features configurable for the He plugin.
[openflowplugin.git] / openflowplugin / src / main / yang / openflow-plugin-cfg-impl.yang
index 0aa1eef2bc5b12c3eb2a3d3346fabe39a278fcf5..0f031c00e01d67ae2e2fd8e566739d35f1439f86 100644 (file)
@@ -107,6 +107,13 @@ module openflow-provider-impl {
                 type ofp-role;
                 default "NOCHANGE";
             }
+
+            leaf skip-table-features {
+                description "Ability to skip pulling and storing of large table features. These features are still
+                    available via rpc, so if use set it to true, it won't store table feature data in DataStore.";
+                type boolean;
+                default "false";
+            }
         }
 
         case msg-spy-service-impl {