summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd/rde.h
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2019-06-20 13:38:21 +0000
committerclaudio <claudio@openbsd.org>2019-06-20 13:38:21 +0000
commit35aa7ad50aa0400905f14e7a360bbe4ac3df0614 (patch)
tree0889822a2a29b9d2c2e0430bc78318b84e232685 /usr.sbin/bgpd/rde.h
parentChange nexthop_update to run the list walk over all prefixes to run (diff)
downloadwireguard-openbsd-35aa7ad50aa0400905f14e7a360bbe4ac3df0614.tar.xz
wireguard-openbsd-35aa7ad50aa0400905f14e7a360bbe4ac3df0614.zip
prefix_updateall() is only used internally, make it a static function.
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r--usr.sbin/bgpd/rde.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h
index 834acfbab9a..6f311359ef0 100644
--- a/usr.sbin/bgpd/rde.h
+++ b/usr.sbin/bgpd/rde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.h,v 1.215 2019/06/20 13:18:19 claudio Exp $ */
+/* $OpenBSD: rde.h,v 1.216 2019/06/20 13:38:21 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and
@@ -552,8 +552,6 @@ int prefix_withdraw(struct rib *, struct rde_peer *,
int prefix_write(u_char *, int, struct bgpd_addr *, u_int8_t, int);
int prefix_writebuf(struct ibuf *, struct bgpd_addr *, u_int8_t);
struct prefix *prefix_bypeer(struct rib_entry *, struct rde_peer *);
-void prefix_updateall(struct prefix *, enum nexthop_state,
- enum nexthop_state);
void prefix_destroy(struct prefix *);
void prefix_relink(struct prefix *, struct rde_aspath *, int);