DOCS: Moved multiarch and build system, Incorprated Scott's changes
[vpp.git] / docs / gettingstarted / developers / plugins.rst
similarity index 83%
rename from docs/gettingstarted/developers/plugins.md
rename to docs/gettingstarted/developers/plugins.rst
index ba3a244..d18a5a8 100644 (file)
@@ -1,3 +1,4 @@
+.. _dplugins:
 
 Plugins
 =======
@@ -9,3 +10,4 @@ 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`.