summaryrefslogtreecommitdiff
path: root/lib/if_rmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/if_rmap.c')
-rw-r--r--lib/if_rmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if_rmap.c b/lib/if_rmap.c
index 69da695dcb..7ac5368171 100644
--- a/lib/if_rmap.c
+++ b/lib/if_rmap.c
@@ -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++)