summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-12-24 18:08:07 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2010-12-24 18:08:07 +0100
commit919f5411c48f509a49400a1293e670f5d5d2bcf1 (patch)
tree0701f270439c2e71a017c75f3095367db724ca8e /proto/ospf/neighbor.h
parent39847cda73d8e8536300b74d90d01b6e2f233ef7 (diff)
downloadbird-919f5411c48f509a49400a1293e670f5d5d2bcf1.tar
bird-919f5411c48f509a49400a1293e670f5d5d2bcf1.zip
Implements Point-to-MultiPoint interface type for OSPF.
Diffstat (limited to 'proto/ospf/neighbor.h')
-rw-r--r--proto/ospf/neighbor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h
index 5612eca..dcaa12d 100644
--- a/proto/ospf/neighbor.h
+++ b/proto/ospf/neighbor.h
@@ -14,9 +14,9 @@ struct ospf_neighbor *ospf_neighbor_new(struct ospf_iface *ifa);
void ospf_neigh_sm(struct ospf_neighbor *n, int event);
void bdr_election(struct ospf_iface *ifa);
struct ospf_neighbor *find_neigh(struct ospf_iface *ifa, u32 rid);
+struct ospf_neighbor *find_neigh_by_ip(struct ospf_iface *ifa, ip_addr ip);
struct ospf_area *ospf_find_area(struct proto_ospf *po, u32 aid);
void ospf_neigh_remove(struct ospf_neighbor *n);
void ospf_sh_neigh_info(struct ospf_neighbor *n);
-
#endif /* _BIRD_OSPF_NEIGHBOR_H_ */