]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/yang.c
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / yang.c
index 462e693549ea832b17db3d579a62840aa7558040..71b41c35d8225a660650a573549b1c93617c12a2 100644 (file)
@@ -71,9 +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. */