diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:03:43 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:03:43 -0700 |
| commit | b184ccd889de7fd7557d0100385b0f232e46c0fe (patch) | |
| tree | 5aa131f9dbbbc5db9f5fe46cdabc167b4c21e92e /bgpd/bgp_packet.h | |
| parent | 7a4bb9c54e529225cfc59926cf3bd5f858be0155 (diff) | |
Correct a few fuzz failures in BGP
Diffstat (limited to 'bgpd/bgp_packet.h')
| -rw-r--r-- | bgpd/bgp_packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_packet.h b/bgpd/bgp_packet.h index 18b0024a7c..bb3903cf78 100644 --- a/bgpd/bgp_packet.h +++ b/bgpd/bgp_packet.h @@ -66,4 +66,5 @@ extern void bgp_check_update_delay (struct bgp *); extern int bgp_peer_wd_fifo_exists (struct peer *); extern int bgp_peer_adv_fifo_exists (struct peer *, int); extern void bgp_peer_schedule_updates(struct peer *peer); +extern int bgp_valid_host_address (unsigned long addr); #endif /* _QUAGGA_BGP_PACKET_H */ |
