}
if (!zapi_nexthop_update_decode(zclient->ibuf, &nhr)) {
- if (BGP_DEBUG(nht, NHT))
- zlog_debug("%s[%s]: Failure to decode nexthop update",
- __PRETTY_FUNCTION__, bgp->name_pretty);
+ zlog_err("%s[%s]: Failure to decode nexthop update",
+ __PRETTY_FUNCTION__, bgp->name_pretty);
return;
}
uint32_t i;
if (!zapi_nexthop_update_decode(zclient->ibuf, &nhr)) {
- zlog_warn("Failure to decode Nexthop update message");
+ zlog_err("Failure to decode Nexthop update message");
return 0;
}
pim = vrf->info;
if (!zapi_nexthop_update_decode(zclient->ibuf, &nhr)) {
- if (PIM_DEBUG_PIM_NHT)
- zlog_debug(
- "%s: Decode of nexthop update from zebra failed",
- __func__);
+ zlog_err("%s: Decode of nexthop update from zebra failed",
+ __func__);
return 0;
}
struct zapi_route nhr;
if (!zapi_nexthop_update_decode(zclient->ibuf, &nhr)) {
- zlog_warn("%s: Decode of update failed", __func__);
-
+ zlog_err("%s: Decode of update failed", __func__);
return 0;
}
afi_t afi = AFI_IP;
if (!zapi_nexthop_update_decode(zclient->ibuf, &nhr)) {
- zlog_warn("Failure to decode nexthop update message");
+ zlog_err("Failure to decode nexthop update message");
return 1;
}