diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 17:24:41 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 17:24:41 -0700 | 
| commit | 8b6912c2ffec50ef001cea062448ea3058d512e8 (patch) | |
| tree | 9063d834289c97154a3ef025a6bee6202fd2ec0e /ospfd/ospf_packet.h | |
| parent | 9343ce8356304024ef946e7c1049de378eededb2 (diff) | |
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.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_packet.h b/ospfd/ospf_packet.h index 337686ad88..60761322df 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 */  | 
