diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:03:56 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:03:56 +0200 |
commit | 58298ccd1a632212bae249c2b913e6addc2438bd (patch) | |
tree | a90e0c707938ab213c14ccad490149518cb0da8f /bgpd/bgp_packet.h | |
parent | Always add a keepalive to the OutQ when the KA timer expires (diff) | |
download | frr-58298ccd1a632212bae249c2b913e6addc2438bd.tar.xz frr-58298ccd1a632212bae249c2b913e6addc2438bd.zip |
Relax draft-ietf-idr-error-handling-13 valid IP check in favor of draft-ietf-idr-error-handling-14
Diffstat (limited to 'bgpd/bgp_packet.h')
-rw-r--r-- | bgpd/bgp_packet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_packet.h b/bgpd/bgp_packet.h index 34b666fe7..b699866b0 100644 --- a/bgpd/bgp_packet.h +++ b/bgpd/bgp_packet.h @@ -57,7 +57,6 @@ extern int bgp_capability_receive (struct peer *, bgp_size_t); extern void bgp_update_restarted_peers (struct peer *); extern void bgp_update_implicit_eors (struct peer *); extern void bgp_check_update_delay (struct bgp *); -extern int bgp_valid_host_address (unsigned long addr); extern int bgp_packet_set_marker (struct stream *s, u_char type); extern int bgp_packet_set_size (struct stream *s); |