]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Fix warn -> debug for neighbor add
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 21 Aug 2018 13:26:19 +0000 (09:26 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 6 Sep 2018 20:50:58 +0000 (20:50 +0000)
commited59abd5c77cf8f32898f97bbdea3c95aadaea11
tree8e6caff6815f138ef1c03de39122f11b37600045
parent13ab4921b1584c2ccc034a001d239873c7645d01
ospfd: Fix warn -> debug for neighbor add

If we detect we already have a neighbor, no need to
re-add so no need to warn since we do not do anything with
the data.

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