From 7654a718669f0dc950344c049186b9452bf48ca9 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Thu, 26 Mar 2020 23:40:18 -0400 Subject: interface: remove mtu clib_warning message from api handler Type: fix Change-Id: I85000cce698d44a96adcab7ff6aa37e7dcca51f7 Signed-off-by: Paul Vinciguerra --- src/vnet/interface_api.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/interface_api.c') diff --git a/src/vnet/interface_api.c b/src/vnet/interface_api.c index 7086c5c4c7b..4ce0a9ab053 100644 --- a/src/vnet/interface_api.c +++ b/src/vnet/interface_api.c @@ -169,7 +169,6 @@ vl_api_sw_interface_set_mtu_t_handler (vl_api_sw_interface_set_mtu_t * mp) for (i = 0; i < VNET_N_MTU; i++) { per_protocol_mtu[i] = ntohl (mp->mtu[i]); - clib_warning ("MTU %u", per_protocol_mtu[i]); } vnet_sw_interface_set_protocol_mtu (vnm, sw_if_index, per_protocol_mtu); -- cgit 1.2.3-korg