summaryrefslogtreecommitdiffstats
path: root/nest/rt-attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r--nest/rt-attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c
index a5ee77c..e667625 100644
--- a/nest/rt-attr.c
+++ b/nest/rt-attr.c
@@ -138,6 +138,6 @@ rta_dump_all(void)
void
rta_init(void)
{
- rta_pool = rp_new(&root_pool);
+ rta_pool = rp_new(&root_pool, "Attributes");
rta_slab = sl_new(rta_pool, sizeof(rta));
}