mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:36:20 +00:00
zebra: Add iface index to RA message count increment failure msg
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
f40dd648c9
commit
dc687c9ee7
@ -135,7 +135,8 @@ rtadv_recv_packet (int sock, u_char *buf, int buflen,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(rtadv_increment_received(ifindex) < 0)
|
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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user