sh interface "iface" dumpped all.

This commit is contained in:
Ondrej Filip 2000-06-02 11:24:38 +00:00
parent 7a5582ac00
commit ece612e128

View 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);