summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-01 17:53:06 +0200
committerOndrej Filip <feela@network.cz>2000-06-01 17:53:06 +0200
commita783e259d8d710208280126177487cc790418515 (patch)
tree961bb067c8e7e9c608b839f7abc1128eedec89a3 /proto/ospf/neighbor.h
parentb594ad238692738352cd8827d71038a356b0d5a5 (diff)
downloadbird-a783e259d8d710208280126177487cc790418515.tar
bird-a783e259d8d710208280126177487cc790418515.zip
Cisco-like "show ospf neighbors" implemented.
Diffstat (limited to 'proto/ospf/neighbor.h')
-rw-r--r--proto/ospf/neighbor.h1
1 files changed, 1 insertions, 0 deletions
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_ */