summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_lcommunity.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2020-02-27 16:47:02 +0100
committerJafar Al-Gharaibeh <jafar@atcorp.com>2020-02-27 16:52:02 +0100
commit4d67e752828024b89a42f1ff18d487ea6139741b (patch)
tree1fc889a7dede6f4efbef471a4ab9fcc33c34183a /bgpd/bgp_lcommunity.c
parentMerge pull request #5870 from donaldsharp/hash_backet (diff)
downloadfrr-4d67e752828024b89a42f1ff18d487ea6139741b.tar.xz
frr-4d67e752828024b89a42f1ff18d487ea6139741b.zip
Revert "*: change hash_backet to hash_bucket"
This reverts commit 3895c42a2eb534a70ef25412547e798c1c1ef5a1. LabN CI update needs to be coordinated before merging this Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'bgpd/bgp_lcommunity.c')
-rw-r--r--bgpd/bgp_lcommunity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_lcommunity.c b/bgpd/bgp_lcommunity.c
index 7a4435f6f..f88969300 100644
--- a/bgpd/bgp_lcommunity.c
+++ b/bgpd/bgp_lcommunity.c
@@ -550,7 +550,7 @@ static void *bgp_aggr_lcommunty_hash_alloc(void *p)
return lcommunity;
}
-static void bgp_aggr_lcommunity_prepare(struct hash_bucket *hb, void *arg)
+static void bgp_aggr_lcommunity_prepare(struct hash_backet *hb, void *arg)
{
struct lcommunity *hb_lcommunity = hb->data;
struct lcommunity **aggr_lcommunity = arg;