]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
sh interface "iface" dumpped all.
authorOndrej Filip <feela@network.cz>
Fri, 2 Jun 2000 11:24:38 +0000 (11:24 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 2 Jun 2000 11:24:38 +0000 (11:24 +0000)
proto/ospf/ospf.c

index a0ec48fd5d4d6e69e7fb50b10712e763a59d9e32..bd66434efcbdeb637c7cec535e01225240452ace 100644 (file)
@@ -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);