summaryrefslogtreecommitdiff
path: root/lib/northbound.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/northbound.h')
-rw-r--r--lib/northbound.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/northbound.h b/lib/northbound.h
index 493e5ce703..2d9643e7b4 100644
--- a/lib/northbound.h
+++ b/lib/northbound.h
@@ -628,6 +628,14 @@ struct frr_yang_module_info {
*/
bool ignore_cfg_cbs;
+ /*
+ * The NULL-terminated list of supported features.
+ * Features are defined with "feature" statements in the YANG model.
+ * Use ["*", NULL] to enable all features.
+ * Use NULL to disable all features.
+ */
+ const char **features;
+
/* Northbound callbacks. */
const struct {
/* Data path of this YANG node. */