]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Display all ospf peers with show ip ospf neighbor detail all
authorDon Slice <dslice@cumulusnetworks.com>
Thu, 6 Oct 2016 17:50:36 +0000 (13:50 -0400)
committerDon Slice <dslice@cumulusnetworks.com>
Thu, 6 Oct 2016 17:50:36 +0000 (13:50 -0400)
commita452df33aa997a711f492e856b0330cb17a6998a
tree2469062a59fecb06374efce6b775c0fffcc04172
parent8d62b1417ee85862a85454f635168e5e3fcf682d
ospfd: Display all ospf peers with show ip ospf neighbor detail all

Problem reported that no peers are displayed when the command "show
ip ospf neighbor detail all" is entered.  Determined that the problem
was actually that the function only displayed NBMA peers, and since
we rarely (if ever) define NBMA peers, nothing is normally displayed.
Changed the code to display both NBMA and non-NBMA peers, in both the
up and down state.  Manual testing attached to the jira ticket.

Ticket: CM-5878
Signed-off-by: Don Slice
Reviewed-by: Daniel Walton
ospfd/ospf_vty.c