diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-05-14 11:47:41 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-05-14 11:47:41 +0200 |
commit | 95127cbbb76e8870e029454a5313bc4b6ce69a4a (patch) | |
tree | b30ffa4a722d776714cfe979090ee15e5cd74376 /proto/ospf/hello.c | |
parent | 0ec031f7400fbacdd86b40ae1870c58715a7f108 (diff) |
Real broadcast mode for OSPFv2.
Diffstat (limited to 'proto/ospf/hello.c')
-rw-r--r-- | proto/ospf/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index d04cb54c..f9ba28f6 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -303,7 +303,7 @@ ospf_hello_send(struct ospf_iface *ifa, int kind, struct ospf_neighbor *dirn) { case OSPF_IT_BCAST: case OSPF_IT_PTP: - ospf_send_to(ifa, AllSPFRouters); + ospf_send_to_all(ifa); break; case OSPF_IT_NBMA: |