ip-neighbor: suppress unsolicited clib_warning when sending garp 15/31715/2
authorSteven Luong <sluong@cisco.com>
Tue, 23 Mar 2021 18:55:33 +0000 (11:55 -0700)
committerBeno�t Ganne <bganne@cisco.com>
Fri, 2 Apr 2021 08:42:10 +0000 (08:42 +0000)
commit19be32876f0587067e72c92b4d1faf5d4c26b3cd
treed78961ced1dbf23dae785599b266b7c2ce717c06
parentcd63ac2de2c65163279bcbfbca0678a3df1d12a1
ip-neighbor: suppress unsolicited clib_warning when sending garp

Replace clib_warning with vlog_log_debug when sending garp. There is nothing
to alert/warn the operator about sending garp. vlib_log is more appropriate.

Type: fix

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Ib88a2b46d2ab8b3c35162538ead0dd0983fb7093
src/vnet/ip-neighbor/ip4_neighbor.c
src/vnet/ip-neighbor/ip6_neighbor.c