diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-26 20:03:34 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-26 20:03:34 -0500 | 
| commit | 3895c42a2eb534a70ef25412547e798c1c1ef5a1 (patch) | |
| tree | a01234f6bd4f149cd6cd2cee9aebc3d5f3697f65 /bfdd/bfdd_vty.c | |
| parent | 7a7cd6e9b28405142e9ae0efb6f4bcf4131d6350 (diff) | |
*: change hash_backet to hash_bucket
It's been a year search and destroy.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.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 e6307f78a4..3b795748c0 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_backet *hb, void *arg) +static void _display_peer_brief_iter(struct hash_bucket *hb, void *arg)  {  	struct bfd_vrf_tuple *bvt = arg;  	struct vty *vty;  | 
