diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2020-02-27 09:47:02 -0600 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2020-02-27 09:52:02 -0600 |
| commit | 4d67e752828024b89a42f1ff18d487ea6139741b (patch) | |
| tree | 1fc889a7dede6f4efbef471a4ab9fcc33c34183a /pimd/pim_vxlan.c | |
| parent | 9288a0a0c9bdc15af03202c57b739d7e9336472e (diff) | |
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 'pimd/pim_vxlan.c')
| -rw-r--r-- | pimd/pim_vxlan.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pimd/pim_vxlan.c b/pimd/pim_vxlan.c index b7cbfa95aa..57b922a531 100644 --- a/pimd/pim_vxlan.c +++ b/pimd/pim_vxlan.c @@ -475,7 +475,7 @@ static void pim_vxlan_orig_mr_del(struct pim_vxlan_sg *vxlan_sg) pim_vxlan_orig_mr_up_del(vxlan_sg); } -static void pim_vxlan_orig_mr_iif_update(struct hash_bucket *backet, void *arg) +static void pim_vxlan_orig_mr_iif_update(struct hash_backet *backet, void *arg) { struct interface *ifp; struct pim_vxlan_sg *vxlan_sg = (struct pim_vxlan_sg *)backet->data; @@ -788,7 +788,7 @@ bool pim_vxlan_do_mlag_reg(void) * to the MLAG peer which may mroute it over the underlay if there are any * interested receivers. */ -static void pim_vxlan_sg_peerlink_oif_update(struct hash_bucket *backet, +static void pim_vxlan_sg_peerlink_oif_update(struct hash_backet *backet, void *arg) { struct interface *new_oif = (struct interface *)arg; @@ -927,7 +927,7 @@ static void pim_vxlan_up_cost_update(struct pim_instance *pim, } } -static void pim_vxlan_term_mr_cost_update(struct hash_bucket *backet, +static void pim_vxlan_term_mr_cost_update(struct hash_backet *backet, void *arg) { struct interface *old_peerlink_rif = (struct interface *)arg; @@ -953,7 +953,7 @@ static void pim_vxlan_term_mr_cost_update(struct hash_bucket *backet, old_peerlink_rif); } -static void pim_vxlan_sg_peerlink_rif_update(struct hash_bucket *backet, +static void pim_vxlan_sg_peerlink_rif_update(struct hash_backet *backet, void *arg) { pim_vxlan_orig_mr_iif_update(backet, NULL); @@ -1012,7 +1012,7 @@ static void pim_vxlan_set_peerlink_rif(struct pim_instance *pim, } } -static void pim_vxlan_term_mr_oif_update(struct hash_bucket *backet, void *arg) +static void pim_vxlan_term_mr_oif_update(struct hash_backet *backet, void *arg) { struct interface *ifp = (struct interface *)arg; struct pim_vxlan_sg *vxlan_sg = (struct pim_vxlan_sg *)backet->data; |
