]> git.puffer.fish Git - mirror/frr.git/commit
Fix SEGV in ip ospf neighbor all
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Tue, 1 Jul 2008 14:54:07 +0000 (16:54 +0200)
committerJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Mon, 25 Aug 2008 07:44:18 +0000 (09:44 +0200)
commit35f891404a6d2f0d034ca0fb724904db72baf552
treec88b3a0ed05fa5664e0a731792619b6134230231
parentb38309a4ee831a440ef78f8a27db584f2f8e8276
Fix SEGV in ip ospf neighbor all

Dont use vty->index in show_ip_ospf_neighbor_all_cmd(),
It is invalid, use ospf_lookup() instead.
ospfd/ospf_vty.c