]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: Add iface index to RA message count increment failure msg
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 21 Jun 2016 20:14:20 +0000 (20:14 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 21 Jun 2016 20:14:20 +0000 (20:14 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/rtadv.c

index 22fbf0b9c6de1aa6ff127fbdc418b385a5966f34..750502aa23411725adb0445db82eb2554012f6c0 100644 (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;
 }