summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-04-11 12:22:47 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-04-11 12:22:47 +0200
commit6e8067609673afef9eb9e786f4e43a73a3b544f0 (patch)
tree1cdd206ace2b3c844fe72c8a99da9cf2bea30c22 /proto/ospf/neighbor.h
parent7969ea3b41db05294c78a5e0ec0bd3c29ae8c549 (diff)
downloadbird-6e8067609673afef9eb9e786f4e43a73a3b544f0.tar
bird-6e8067609673afef9eb9e786f4e43a73a3b544f0.zip
Fixes next hop calculation on NBMA and parallel PTP links.
Diffstat (limited to 'proto/ospf/neighbor.h')
-rw-r--r--proto/ospf/neighbor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h
index 67f7c57..5612eca 100644
--- a/proto/ospf/neighbor.h
+++ b/proto/ospf/neighbor.h
@@ -14,7 +14,6 @@ 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_noifa(struct proto_ospf *po, u32 rid);
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);