aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-03-24 09:47:18 +0100
committerTibor Frank <tifrank@cisco.com>2023-03-24 08:49:27 +0000
commiteef2eeeeec86242c0a3ee224b62eab8d0b6190f3 (patch)
treed91d4989a68a6e979d9802a6475ba0fa2fd02a38 /bootstrap-verify-perf.sh
parentcd8d3c0c0cab9b16d74a33e632f9881494580738 (diff)
Report: Fix bug in 3n-alt comparison tablesrls2302oper-rls2302-230327
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ie80b69ba97e5434b72b1cf42aaa2f787dab870c6 (cherry picked from commit 66a7420c2fb86543e16640cbeee04b4652dd9b27)
Diffstat (limited to 'bootstrap-verify-perf.sh')
0 files changed, 0 insertions, 0 deletions
me.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
.. _dplugins:

Plugins
=======

vlib implements a straightforward plug-in DLL mechanism. VLIB client
applications specify a directory to search for plug-in .DLLs, and a name
filter to apply (if desired). VLIB needs to load plug-ins very early.

Once loaded, the plug-in DLL mechanism uses dlsym to find and verify a
vlib\_plugin\_registration data structure in the newly-loaded plug-in.

For more on plugins please refer to :ref:`sample_plugin`.