diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-01 15:53:06 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-01 15:53:06 +0000 |
commit | a783e259d8d710208280126177487cc790418515 (patch) | |
tree | 961bb067c8e7e9c608b839f7abc1128eedec89a3 /proto/ospf/neighbor.h | |
parent | b594ad238692738352cd8827d71038a356b0d5a5 (diff) |
Cisco-like "show ospf neighbors" implemented.
Diffstat (limited to 'proto/ospf/neighbor.h')
-rw-r--r-- | proto/ospf/neighbor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h index 98761fe0..4f2a4c91 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_ */ |