nat: adding docs for nat44-ed sub plugin
[vpp.git] / docs / developer / plugins / index.rst
1 .. _vpp_plugins:
2
3 =======
4 Plugins
5 =======
6
7 vlib implements a straightforward plug-in DLL mechanism. VLIB client
8 applications specify a directory to search for plug-in .DLLs, and a name
9 filter to apply (if desired). VLIB needs to load plug-ins very early.
10
11 Once loaded, the plug-in DLL mechanism uses dlsym to find and verify a
12 vlib\_plugin\_registration data structure in the newly-loaded plug-in.
13
14 For more on plugins please refer to :ref:`add_plugin`.
15
16
17 .. toctree::
18     :maxdepth: 2
19
20     quic
21     cnat
22     lcp
23     srv6/index
24     marvell
25     lldp
26     nat64
27     nat44_ei_ha
28     nat44_ed_doc
29     pnat
30     lb
31     lacp
32     flowprobe
33     map_lw4o6
34     mdata
35     dhcp6_pd
36     ioam
37     wireguard
38     srtp
39     acl_multicore
40     acl_hash_lookup
41     acl_lookup_context
42     bufmon_doc