X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp%2Fvpp-api%2Fapi.c;h=bed280a1e61feeb15611cbbf3b001ef393a8ae20;hb=f2421e19fc17ec2472092cbdae24f101e99aeb79;hp=6315534e313960389125c58986718dbb98c98964;hpb=a8d77eda738855480c3028664028c7a448d52424;p=vpp.git diff --git a/vpp/vpp-api/api.c b/vpp/vpp-api/api.c index 6315534e313..bed280a1e61 100644 --- a/vpp/vpp-api/api.c +++ b/vpp/vpp-api/api.c @@ -5994,7 +5994,7 @@ vl_api_show_lisp_pitr_t_handler (vl_api_show_lisp_pitr_t * mp) return; } - if (~0 == lcm->pitr_map_index) + if (!lcm->lisp_pitr) { tmp_str = format (0, "N/A"); }