diff options
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index e514a5d..e6cdd1f 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -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 { |