mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 11:33:48 +00:00
vrrpd: fix debug message = -> <=
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
ee5aabb6fc
commit
a6070d48e7
@ -785,7 +785,7 @@ static int vrrp_recv_advertisement(struct vrrp_router *r, struct ipaddr *src,
|
||||
DEBUGD(&vrrp_dbg_proto,
|
||||
VRRP_LOGPFX VRRP_LOGPFX_VRID
|
||||
"Discarding advertisement from %s (%" PRIu8
|
||||
" = %" PRIu8 " & %s <= %s)",
|
||||
" <= %" PRIu8 " & %s <= %s)",
|
||||
r->vr->vrid, sipstr, pkt->hdr.priority,
|
||||
r->priority, sipstr, dipstr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user