diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-02 13:24:38 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-02 13:24:38 +0200 |
commit | ece612e12808325b1b7eb24d060a42343549238f (patch) | |
tree | f7e98df6a537bf3d16f439bf59859eb472c8e29a /proto/ospf/ospf.c | |
parent | 7a5582ac0045b80274de3183eca9b71eb52f2e6b (diff) | |
download | bird-ece612e12808325b1b7eb24d060a42343549238f.tar bird-ece612e12808325b1b7eb24d060a42343549238f.zip |
sh interface "iface" dumpped all.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
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); |