1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Route attribute storage keeps the previous layers

This commit is contained in:
Maria Matejka
2022-06-16 23:24:53 +02:00
parent 54d94f4b1a
commit 8c92f47ac7
6 changed files with 54 additions and 34 deletions

View File

@@ -60,7 +60,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)
a = ea_normalize(a);
a = ea_normalize(a, 0);
get_route_info = e->src->proto->proto->get_route_info;
if (get_route_info)