pvti: remove clib_warning at init time 30/41430/3
authorAndrew Yourtchenko <[email protected]>
Thu, 19 Sep 2024 11:29:54 +0000 (13:29 +0200)
committerDamjan Marion <[email protected]>
Thu, 19 Sep 2024 14:32:09 +0000 (14:32 +0000)
Type: fix
Change-Id: I62ccd96ea3549205510ff53118eab1fa3613d009
Signed-off-by: Andrew Yourtchenko <[email protected]>
src/plugins/pvti/pvti.c

index 524eabc..646276d 100644 (file)
@@ -428,7 +428,6 @@ VNET_FEATURE_INIT (pvti6_bypass, static) = {
 static clib_error_t *
 pvti_early_config (vlib_main_t *vm, unformat_input_t *input)
 {
-  clib_warning ("early config pvti");
   u8 *runs_before = 0;
   int rbi = 0;
   if (vec_len (vnet_feat_pvti4_bypass.runs_before) == 0)
@@ -463,7 +462,6 @@ pvti_init (vlib_main_t *vm)
 {
   pvti_main_t *pmp = &pvti_main;
   clib_error_t *error = 0;
-  clib_warning ("pvti init");
 
   pmp->vlib_main = vm;
   pmp->vnet_main = vnet_get_main ();