zebra: Add iface index to RA message count increment failure msg

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2016-06-21 20:14:20 +00:00
parent f40dd648c9
commit dc687c9ee7

View File

@ -135,7 +135,8 @@ rtadv_recv_packet (int sock, u_char *buf, int buflen,
}
if(rtadv_increment_received(ifindex) < 0)
zlog_err("%s: could not increment RA received counter", __func__);
zlog_err("%s: could not increment RA received counter on ifindex %d",
__func__, *ifindex);
return ret;
}