]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/if_rmap.c
*: Rename backet to bucket
[mirror_frr.git] / lib / if_rmap.c
index 69da695dcbe2a21274494363223f68fa2947afd0..7ac5368171234338e33dc6dfa4b4d9945e54497a 100644 (file)
@@ -261,7 +261,7 @@ DEFUN (no_if_rmap,
 int config_write_if_rmap(struct vty *vty)
 {
        unsigned int i;
-       struct hash_backet *mp;
+       struct hash_bucket *mp;
        int write = 0;
 
        for (i = 0; i < ifrmaphash->size; i++)