]> git.proxmox.com Git - mirror_frr.git/commitdiff
Argh, fix typo.
authorhasso <hasso>
Fri, 8 Oct 2004 06:40:24 +0000 (06:40 +0000)
committerhasso <hasso>
Fri, 8 Oct 2004 06:40:24 +0000 (06:40 +0000)
isisd/isis_lsp.c

index b74db6dac648c53903eccfbdd03b83c46a66886d..b4169a5220486abcefb59e1be44bd15f7434df6d 100644 (file)
@@ -866,7 +866,7 @@ lsp_print_detail (dnode_t * node, struct vty *vty, char dynhost)
     LIST_LOOP (lsp->tlv_data.te_ipv4_reachs, te_ipv4_reach, lnode)
     {
       /* FIXME: There should be better way to output this stuff. */
-      vty_out (vty, "  Metric: %d extrd-IP %s/%d%s",
+      vty_out (vty, "  Metric: %d extd-IP %s/%d%s",
               ntohl (te_ipv4_reach->te_metric),
               inet_ntoa (newprefix2inaddr (&te_ipv4_reach->prefix_start,
                                            te_ipv4_reach->control)),