diff options
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index 3daa836..6ad5b06 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -675,11 +675,7 @@ rt_show_rte(struct cli *c, byte *ia, rte *e, struct rt_show_data *d) bsprintf(info, " (%d)", e->pref); cli_printf(c, -1007, "%-18s %s [%s %s%s]%s", ia, via, a->proto->name, tm, from, info); if (d->verbose) - { - rta_show(c, a); - if (a->proto->proto->show_route_data) - a->proto->proto->show_route_data(e); - } + rta_show(c, a); } static void |