From a783e259d8d710208280126177487cc790418515 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 1 Jun 2000 15:53:06 +0000 Subject: Cisco-like "show ospf neighbors" implemented. --- proto/ospf/neighbor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/neighbor.h') diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h index 98761fe..4f2a4c9 100644 --- a/proto/ospf/neighbor.h +++ b/proto/ospf/neighbor.h @@ -22,5 +22,6 @@ struct ospf_neighbor *find_neigh_noifa(struct proto_ospf *po, u32 rid); struct ospf_area *ospf_find_area(struct proto_ospf *po, u32 aid); void neighbor_timer_hook(timer *timer); void ospf_neigh_remove(struct ospf_neighbor *n); +void ospf_sh_neigh_info(struct ospf_neighbor *n); #endif /* _BIRD_OSPF_NEIGHBOR_H_ */ -- cgit v1.2.3