mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Be a little bit more verbose on virtual links.
This commit is contained in:
parent
cf0858c217
commit
3127b81755
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user