]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_evpn.c
zebra: Reduce warn -> debug
authorDonald Sharp <sharpd@nvidia.com>
Tue, 1 Dec 2020 00:37:53 +0000 (19:37 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 1 Dec 2020 00:37:53 +0000 (19:37 -0500)
commit34c9b28ba8af49749864bdafb36db41519249c5b
tree62d9de0254fbbae2478aed8a0f1eb9d3db852678
parent78695ce3a4d4faf6930f057b55c316b74a7426eb
zebra: Reduce warn -> debug

During times of network trauma and when we are at large network scale
the process_remote_macip_add function can issue a zlog_warn for
a common occurrence.  Modify the code to be a debug statement.
This behavior is the same now as the process_remote_macip_del function

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_evpn.c