diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-10-01 19:06:27 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-08 18:52:55 +0200 |
commit | a3ac30fd374a665c67ca0718ce9999f8f0c03be2 (patch) | |
tree | 2143e5a6ed769fb8d53125ed06a78bb1dde3f363 /nest | |
parent | e58547642077da985fcc721e0625b02b4e9ddd45 (diff) |
WIP
Diffstat (limited to 'nest')
-rw-r--r-- | nest/rt-show.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-show.c b/nest/rt-show.c index a730881b..62a47010 100644 --- a/nest/rt-show.c +++ b/nest/rt-show.c @@ -54,7 +54,7 @@ rt_show_rte(struct cli *c, byte *ia, rte *e, struct rt_show_data *d, int primary /* Need to normalize the extended attributes */ if (d->verbose && !rta_is_cached(a) && a->eattrs) - if (a->eattrs) +// if (a->eattrs) ea_normalize(a->eattrs); get_route_info = a->src->proto->proto->get_route_info; |