mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
Argh, fix typo.
This commit is contained in:
parent
8a676be30c
commit
2e864cfa12
@ -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)
|
LIST_LOOP (lsp->tlv_data.te_ipv4_reachs, te_ipv4_reach, lnode)
|
||||||
{
|
{
|
||||||
/* FIXME: There should be better way to output this stuff. */
|
/* 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),
|
ntohl (te_ipv4_reach->te_metric),
|
||||||
inet_ntoa (newprefix2inaddr (&te_ipv4_reach->prefix_start,
|
inet_ntoa (newprefix2inaddr (&te_ipv4_reach->prefix_start,
|
||||||
te_ipv4_reach->control)),
|
te_ipv4_reach->control)),
|
||||||
|
Loading…
Reference in New Issue
Block a user