X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fapi%2Fcustom_dump.c;h=c1aa14d54979e9c1834f478de1670c655a0c2cc0;hb=refs%2Fchanges%2F26%2F8826%2F4;hp=46ce0b2659c0b3dfb5e806d56f76b8af670863c4;hpb=7bee773e71b81a1e13a656030b0f7edae99c5e92;p=vpp.git diff --git a/src/vpp/api/custom_dump.c b/src/vpp/api/custom_dump.c index 46ce0b2659c..c1aa14d5497 100644 --- a/src/vpp/api/custom_dump.c +++ b/src/vpp/api/custom_dump.c @@ -586,9 +586,6 @@ static void *vl_api_ip_add_del_route_t_print if (mp->next_hop_weight != 1) s = format (s, "weight %d ", mp->next_hop_weight); - if (mp->not_last) - s = format (s, "not-last "); - if (mp->is_multipath) s = format (s, "multipath ");