Hi Ben,
I dont see any constructs called runs_before or runs_after within
VLIB_INIT_FUNCTION macro.
I am getting compilation error when I try these changes. I could not find any
VLIB_INITS in 1810 (or) 1904 versions of the code.
Here is the code I tried.
VLIB_INIT_FUNCTION (my_custom_plugin_init) =
{
.runs_after = VLIB_INITS("acl_init"),
};
I get this below error.
224:44: error: expected identifier or '(' before '=' token
VLIB_INIT_FUNCTION (my_custom_plugin_init) =
^
--
Thanks & Regards,
Murthy
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13209): https://lists.fd.io/g/vpp-dev/message/13209
Mute This Topic: https://lists.fd.io/mt/31878554/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-