tls http: run config fns after init ones
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Ia4d8aaafeb3629f421601edffefe9c61c3e69dba
This commit is contained in:

committed by
Dave Barach

parent
e0c0280d9b
commit
1cbcdcef20
@ -1064,7 +1064,7 @@ http_config_fn (vlib_main_t *vm, unformat_input_t *input)
|
||||
return 0;
|
||||
}
|
||||
|
||||
VLIB_EARLY_CONFIG_FUNCTION (http_config_fn, "http");
|
||||
VLIB_CONFIG_FUNCTION (http_config_fn, "http");
|
||||
|
||||
VLIB_PLUGIN_REGISTER () = {
|
||||
.version = VPP_BUILD_VER,
|
||||
|
@ -1385,7 +1385,7 @@ tls_config_fn (vlib_main_t * vm, unformat_input_t * input)
|
||||
return 0;
|
||||
}
|
||||
|
||||
VLIB_EARLY_CONFIG_FUNCTION (tls_config_fn, "tls");
|
||||
VLIB_CONFIG_FUNCTION (tls_config_fn, "tls");
|
||||
|
||||
tls_main_t *
|
||||
vnet_tls_get_main (void)
|
||||
|
Reference in New Issue
Block a user