]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: add frr-isisd to the native models
authorEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 10 Dec 2018 11:07:54 +0000 (12:07 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 18 Dec 2018 14:25:57 +0000 (15:25 +0100)
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
lib/yang.c

index 780b986103023db819796d3af5475c4c94464d9e..71b41c35d8225a660650a573549b1c93617c12a2 100644 (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. */