summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/yang.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/yang.c b/lib/yang.c
index 780b986103..71b41c35d8 100644
--- a/lib/yang.c
+++ b/lib/yang.c
@@ -71,10 +71,11 @@ static const char *yang_module_imp_clb(const char *mod_name,
return NULL;
}
-static const char * const frr_native_modules[] = {
+static const char *const frr_native_modules[] = {
"frr-interface",
"frr-ripd",
"frr-ripngd",
+ "frr-isisd",
};
/* Generate the yang_modules tree. */