Need to capture 'old' values in conversion from re to dplane
context.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
ctx->zd_op = op;
ctx->zd_type = re->type;
+ ctx->zd_old_type = re->type;
/* Prefixes: dest, and optional source */
srcdest_rnode_prefixes(rn, &p, &src_p);
ctx->zd_nexthop_mtu = re->nexthop_mtu;
ctx->zd_instance = re->instance;
ctx->zd_tag = re->tag;
+ ctx->zd_old_tag = re->tag;
ctx->zd_distance = re->distance;
table = srcdest_rnode_table(rn);