summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_aspath.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-27 02:03:34 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2020-02-28 19:59:13 +0100
commit7f5818fbd674decdacec17764cf8c0cc89e26bca (patch)
treec1d0dc044d242f22d909327309aedaced696d2be /bgpd/bgp_aspath.c
parentMerge pull request #5862 from sworleys/PBR-No-Table-Range (diff)
downloadfrr-7f5818fbd674decdacec17764cf8c0cc89e26bca.tar.xz
frr-7f5818fbd674decdacec17764cf8c0cc89e26bca.zip
*: change hash_backet to hash_bucket
It's been a year search and destroy. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_aspath.c')
-rw-r--r--bgpd/bgp_aspath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_aspath.c b/bgpd/bgp_aspath.c
index 5766236a0..7b8b8d94a 100644
--- a/bgpd/bgp_aspath.c
+++ b/bgpd/bgp_aspath.c
@@ -2127,7 +2127,7 @@ static void *bgp_aggr_aspath_hash_alloc(void *p)
return aspath;
}
-static void bgp_aggr_aspath_prepare(struct hash_backet *hb, void *arg)
+static void bgp_aggr_aspath_prepare(struct hash_bucket *hb, void *arg)
{
struct aspath *hb_aspath = hb->data;
struct aspath **aggr_aspath = arg;