diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-27 10:39:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-27 10:39:07 -0500 |
| commit | 6bd147fd33b1545805298b38a8ce7431b51ef255 (patch) | |
| tree | 1fc889a7dede6f4efbef471a4ab9fcc33c34183a /pbrd/pbr_nht.c | |
| parent | 9288a0a0c9bdc15af03202c57b739d7e9336472e (diff) | |
Revert "*: change hash_backet to hash_bucket"revert-5870-hash_backet
Diffstat (limited to 'pbrd/pbr_nht.c')
| -rw-r--r-- | pbrd/pbr_nht.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbrd/pbr_nht.c b/pbrd/pbr_nht.c index adcb86833a..5ab714e617 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; |
