summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_packet.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 03:03:56 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 03:03:56 +0200
commit58298ccd1a632212bae249c2b913e6addc2438bd (patch)
treea90e0c707938ab213c14ccad490149518cb0da8f /bgpd/bgp_packet.h
parentAlways add a keepalive to the OutQ when the KA timer expires (diff)
downloadfrr-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.h1
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);