summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:24:41 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:24:41 +0200
commit8b6912c2ffec50ef001cea062448ea3058d512e8 (patch)
tree9063d834289c97154a3ef025a6bee6202fd2ec0e /ospfd/ospf_packet.h
parentAdded show command to display only the routes in the RIB that (diff)
downloadfrr-8b6912c2ffec50ef001cea062448ea3058d512e8.tar.xz
frr-8b6912c2ffec50ef001cea062448ea3058d512e8.zip
Send ARP requests proactively during OSPF Adjacency formation.
Signed-off-by: Ayan Banerjee <ayan@cumulusnetworks.com> Reviewed-by: JR Rivers <jrrivers@cumulusnetworks.com> Reviewed-by: Shrijeet Mukherjee <shm@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_packet.h')
-rw-r--r--ospfd/ospf_packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_packet.h b/ospfd/ospf_packet.h
index 337686ad8..60761322d 100644
--- a/ospfd/ospf_packet.h
+++ b/ospfd/ospf_packet.h
@@ -174,4 +174,6 @@ extern int ospf_hello_reply_timer (struct thread *);
extern const struct message ospf_packet_type_str[];
extern const size_t ospf_packet_type_str_max;
+extern void ospf_proactively_arp (struct ospf_neighbor *);
+
#endif /* _ZEBRA_OSPF_PACKET_H */