From 6901fd0685f75ad5e95ea252039eec9e8926cd6a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 7 Jan 2010 23:42:11 +0100 Subject: More information about vlinks. --- proto/ospf/iface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/iface.c') diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index a9c6741..e6ae91b 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -607,6 +607,7 @@ ospf_iface_info(struct ospf_iface *ifa) if (ifa->type == OSPF_IT_VLINK) { cli_msg(-1015, "Virtual link to %R:", ifa->vid); + cli_msg(-1015, "\tPeer IP: %I", ifa->vip); cli_msg(-1015, "\tTransit area: %R (%u)", ifa->voa->areaid, ifa->voa->areaid); cli_msg(-1015, "\tInterface: \"%s\"", -- cgit v1.2.3