sh interface "iface" dumpped all.
This commit is contained in:
parent
7a5582ac00
commit
ece612e128
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ ospf_sh_neigh(struct proto *p, char *iff)
|
||||||
" State", "DTime", "Router IP", "Interface");
|
" State", "DTime", "Router IP", "Interface");
|
||||||
WALK_LIST(n, ifa->neigh_list) ospf_sh_neigh_info(n);
|
WALK_LIST(n, ifa->neigh_list) ospf_sh_neigh_info(n);
|
||||||
cli_msg(0,"");
|
cli_msg(0,"");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
cli_msg(-1013,"%s:", p->name);
|
cli_msg(-1013,"%s:", p->name);
|
||||||
|
|
Loading…
Reference in a new issue