]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospf6d: scrubbed some argc CHECK MEs
authorDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 30 Sep 2016 13:39:56 +0000 (13:39 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 30 Sep 2016 13:39:56 +0000 (13:39 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
isisd/isisd.c
ospf6d/ospf6_route.h

index 8ee3ad4da5136bdaec0fb77ee52c0931dcec7bd8..ffe17b3643f9dd51f25b42821c3922a3d7743f99 100644 (file)
@@ -1918,7 +1918,6 @@ DEFUN (topology_generate_grid,
        "Optional param 3\n"
        "Topology\n")
 {
-  /* CHECK ME argc referenced below */
   struct isis_area *area;
 
   area = vty->index;
index ad429d86cdfc2803895dfc760eac836df14ced94..d0126b30d6e3dd3adf0d2ea6c4f740f8f5dd0732 100644 (file)
@@ -330,7 +330,7 @@ extern void ospf6_route_show_detail (struct vty *vty, struct ospf6_route *route)
 
 extern int ospf6_route_table_show (struct vty *, int, int, struct cmd_token **,
                                    struct ospf6_route_table *);
-extern int ospf6_linkstate_table_show (struct vty *vty, int argc,
+extern int ospf6_linkstate_table_show (struct vty *vty, int idx_ipv4, int argc,
                                        struct cmd_token **argv,
                                        struct ospf6_route_table *table);