summaryrefslogtreecommitdiff
path: root/isisd
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-08 06:40:24 +0000
committerhasso <hasso>2004-10-08 06:40:24 +0000
commit2e864cfa12724ec20e82f0a24e1be5929e3a0cef (patch)
treef97da1d907f31be08f392d27ebb2842ccc92e2c9 /isisd
parent8a676be30c275bcbe1a3de08c0c942a606caef2e (diff)
Argh, fix typo.
Diffstat (limited to 'isisd')
-rw-r--r--isisd/isis_lsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_lsp.c b/isisd/isis_lsp.c
index b74db6da..b4169a52 100644
--- a/isisd/isis_lsp.c
+++ b/isisd/isis_lsp.c
@@ -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)),