pvti: remove clib_warning at init time
Type: fix Change-Id: I62ccd96ea3549205510ff53118eab1fa3613d009 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
This commit is contained in:

committed by
Damjan Marion

parent
33e1243a4c
commit
2fb8d2f96d
@ -428,7 +428,6 @@ VNET_FEATURE_INIT (pvti6_bypass, static) = {
|
|||||||
static clib_error_t *
|
static clib_error_t *
|
||||||
pvti_early_config (vlib_main_t *vm, unformat_input_t *input)
|
pvti_early_config (vlib_main_t *vm, unformat_input_t *input)
|
||||||
{
|
{
|
||||||
clib_warning ("early config pvti");
|
|
||||||
u8 *runs_before = 0;
|
u8 *runs_before = 0;
|
||||||
int rbi = 0;
|
int rbi = 0;
|
||||||
if (vec_len (vnet_feat_pvti4_bypass.runs_before) == 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;
|
pvti_main_t *pmp = &pvti_main;
|
||||||
clib_error_t *error = 0;
|
clib_error_t *error = 0;
|
||||||
clib_warning ("pvti init");
|
|
||||||
|
|
||||||
pmp->vlib_main = vm;
|
pmp->vlib_main = vm;
|
||||||
pmp->vnet_main = vnet_get_main ();
|
pmp->vnet_main = vnet_get_main ();
|
||||||
|
Reference in New Issue
Block a user