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 /bfdd/bfdd_vty.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 'bfdd/bfdd_vty.c')
| -rw-r--r-- | bfdd/bfdd_vty.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bfdd/bfdd_vty.c b/bfdd/bfdd_vty.c index 3b795748c0..e6307f78a4 100644 --- a/bfdd/bfdd_vty.c +++ b/bfdd/bfdd_vty.c @@ -474,7 +474,7 @@ static void _display_peer_brief(struct vty *vty, struct bfd_session *bs)  	}  } -static void _display_peer_brief_iter(struct hash_bucket *hb, void *arg) +static void _display_peer_brief_iter(struct hash_backet *hb, void *arg)  {  	struct bfd_vrf_tuple *bvt = arg;  	struct vty *vty;  | 
