mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 07:37:54 +00:00
Merge pull request #6954 from donaldsharp/packet_detail
zebra: Limit packet dumps for received data to `detail` level
This commit is contained in:
commit
b9fb1c87c9
@ -3152,7 +3152,8 @@ void zserv_handle_commands(struct zserv *client, struct stream_fifo *fifo)
|
||||
|
||||
zapi_parse_header(msg, &hdr);
|
||||
|
||||
if (IS_ZEBRA_DEBUG_PACKET && IS_ZEBRA_DEBUG_RECV)
|
||||
if (IS_ZEBRA_DEBUG_PACKET && IS_ZEBRA_DEBUG_RECV
|
||||
&& IS_ZEBRA_DEBUG_DETAIL)
|
||||
zserv_log_message(NULL, msg, &hdr);
|
||||
|
||||
#if defined(HANDLE_ZAPI_FUZZING)
|
||||
|
Loading…
Reference in New Issue
Block a user