Skip to content
Snippets Groups Projects
Commit 3127b817 authored by Ondrej Filip's avatar Ondrej Filip
Browse files

Be a little bit more verbose on virtual links.

parent cf0858c2
Branches
Tags
No related merge requests found
......@@ -608,6 +608,8 @@ ospf_iface_info(struct ospf_iface *ifa)
cli_msg(-1015, "Virtual link to %R:", ifa->vid);
cli_msg(-1015, "\tTransit area: %R (%u)", ifa->voa->areaid,
ifa->voa->areaid);
cli_msg(-1015, "\tInterface: \"%s\"",
(ifa->iface ? ifa->iface->name : "(none)"));
}
else
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment