summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_nht.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 /pbrd/pbr_nht.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 'pbrd/pbr_nht.c')
-rw-r--r--pbrd/pbr_nht.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbrd/pbr_nht.c b/pbrd/pbr_nht.c
index adcb86833..5ab714e61 100644
--- a/pbrd/pbr_nht.c
+++ b/pbrd/pbr_nht.c
@@ -853,7 +853,7 @@ void pbr_nht_nexthop_update(struct zapi_route *nhr)
}
static void
-pbr_nht_individual_nexthop_interface_update_lookup(struct hash_bucket *b,
+pbr_nht_individual_nexthop_interface_update_lookup(struct hash_backet *b,
void *data)
{
struct pbr_nexthop_cache *pnhc = b->data;
@@ -871,7 +871,7 @@ pbr_nht_individual_nexthop_interface_update_lookup(struct hash_bucket *b,
pnhi->valid += 1;
}
-static void pbr_nht_nexthop_interface_update_lookup(struct hash_bucket *b,
+static void pbr_nht_nexthop_interface_update_lookup(struct hash_backet *b,
void *data)
{
struct pbr_nexthop_group_cache *pnhgc = b->data;