lib: add frr-isisd to the native models

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
This commit is contained in:
Emanuele Di Pascale 2018-12-10 12:07:54 +01:00
parent 98cbd0f2e0
commit 96f2c00903

View File

@ -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. */