]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_packet.c
OSPF: Fix zlog_warn to zlog_debug in some unlikely scenarios
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 9 Nov 2015 14:51:45 +0000 (06:51 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 9 Nov 2015 14:51:45 +0000 (06:51 -0800)
commita81bede2d5c93c3108fbdcf2ea07aafb1001c06a
treee65b4cbfe7c2ff7ff5619fb1e0843ca9b6be7610
parent301d65c0ba61f677de55778d6b467d94b2e4f1d7
OSPF: Fix zlog_warn to zlog_debug in some unlikely scenarios

When there is an OSPF missconfiguration, do not zlog_warn the fact
as that it would quickly overwhelm any log file.

Ticket: CM-7534
Reviewed by: CCR-3756
Testing: See bug

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_packet.c