From: Emanuele Di Pascale Date: Mon, 10 Dec 2018 11:07:54 +0000 (+0100) Subject: lib: add frr-isisd to the native models X-Git-Tag: frr-7.0.1~94^2~5 X-Git-Url: https://git.proxmox.com/?p=mirror_frr.git;a=commitdiff_plain;h=96f2c0090300fa710f42e4934bcbbe96ed126b67 lib: add frr-isisd to the native models Signed-off-by: Emanuele Di Pascale --- 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. */