mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 22:50:14 +00:00
lib: add frr-isisd to the native models
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
This commit is contained in:
parent
98cbd0f2e0
commit
96f2c00903
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user