Be a little bit more verbose on virtual links.
This commit is contained in:
parent
cf0858c217
commit
3127b81755
1 changed files with 2 additions and 0 deletions
|
@ -608,6 +608,8 @@ ospf_iface_info(struct ospf_iface *ifa)
|
||||||
cli_msg(-1015, "Virtual link to %R:", ifa->vid);
|
cli_msg(-1015, "Virtual link to %R:", ifa->vid);
|
||||||
cli_msg(-1015, "\tTransit area: %R (%u)", ifa->voa->areaid,
|
cli_msg(-1015, "\tTransit area: %R (%u)", ifa->voa->areaid,
|
||||||
ifa->voa->areaid);
|
ifa->voa->areaid);
|
||||||
|
cli_msg(-1015, "\tInterface: \"%s\"",
|
||||||
|
(ifa->iface ? ifa->iface->name : "(none)"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue