From 96f2c0090300fa710f42e4934bcbbe96ed126b67 Mon Sep 17 00:00:00 2001 From: Emanuele Di Pascale Date: Mon, 10 Dec 2018 12:07:54 +0100 Subject: [PATCH] lib: add frr-isisd to the native models Signed-off-by: Emanuele Di Pascale --- lib/yang.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/yang.c b/lib/yang.c index 780b98610..71b41c35d 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. */ -- 2.39.2