]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_vty_fabricd.c
*: rename new ForEach macros from the typesafe API
[mirror_frr.git] / isisd / isis_vty_fabricd.c
index 7f2061692f5be390b208b4949313ab4f8349eb0e..2476bd2552b84d98c127b529972bf427d197ee0d 100644 (file)
@@ -176,7 +176,7 @@ DEFUN (show_lsp_flooding,
                        continue;
                }
 
-               for_each (lspdb, head, lsp) {
+               frr_each (lspdb, head, lsp) {
                        lsp_print_flooding(vty, lsp);
                        vty_out(vty, "\n");
                }