summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-02 13:24:38 +0200
committerOndrej Filip <feela@network.cz>2000-06-02 13:24:38 +0200
commitece612e12808325b1b7eb24d060a42343549238f (patch)
treef7e98df6a537bf3d16f439bf59859eb472c8e29a /proto
parent7a5582ac0045b80274de3183eca9b71eb52f2e6b (diff)
downloadbird-ece612e12808325b1b7eb24d060a42343549238f.tar
bird-ece612e12808325b1b7eb24d060a42343549238f.zip
sh interface "iface" dumpped all.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/ospf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index a0ec48f..bd66434 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -351,6 +351,7 @@ ospf_sh_neigh(struct proto *p, char *iff)
" State", "DTime", "Router IP", "Interface");
WALK_LIST(n, ifa->neigh_list) ospf_sh_neigh_info(n);
cli_msg(0,"");
+ return;
}
cli_msg(-1013,"%s:", p->name);