summaryrefslogtreecommitdiff
path: root/nest/rt-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c
index ff0ef463..9140e938 100644
--- a/nest/rt-table.c
+++ b/nest/rt-table.c
@@ -1504,8 +1504,6 @@ rte_dump(rte *e)
debug("%-1N ", n->n.addr);
debug("PF=%02x ", e->pflags);
rta_dump(e->attrs);
- if (e->src->proto->proto->dump_attrs)
- e->src->proto->proto->dump_attrs(e);
debug("\n");
}