aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
diff options
context:
space:
mode:
authorHaggai Eran <haggai.eran@gmail.com>2019-10-06 14:20:42 +0300
committerDamjan Marion <dmarion@me.com>2019-10-07 20:19:58 +0000
commit81e5e529e1f9b46c6bd4f9debf4668cda48b9481 (patch)
tree39bd2302d58d19e26cd9c549b021185a8782c964 /src/examples
parent4442f7cb2ebca129170a559d846712c2b65d5051 (diff)
docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documentation
The sample_plugin_doc.md file refers to VPP_WITH_SAMPLE_PLUGIN make parameter, while the VPP makefile uses SAMPLE_PLUGIN instead. Type: docs Signed-off-by: Haggai Eran <haggai.eran@gmail.com> Change-Id: Id11090fcdc78b77e246da48d0d890865011f1132
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/sample-plugin/sample_plugin_doc.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/examples/sample-plugin/sample_plugin_doc.md b/src/examples/sample-plugin/sample_plugin_doc.md
index 501a8dcaf98..9aaaefa0061 100644
--- a/src/examples/sample-plugin/sample_plugin_doc.md
+++ b/src/examples/sample-plugin/sample_plugin_doc.md
@@ -14,14 +14,14 @@ Now (re)build VPP.
$ make wipe
-Define environmental variable 'VPP_WITH_SAMPLE_PLUGIN=yes' with a process scope
+Define environmental variable 'SAMPLE_PLUGIN=yes' with a process scope
- $ VPP_WITH_SAMPLE_PLUGIN=yes make build
+ $ SAMPLE_PLUGIN=yes make build
or a session scope, and build VPP.
- $ export VPP_WITH_SAMPLE_PLUGIN=yes
- & make build
+ $ export SAMPLE_PLUGIN=yes
+ $ make build
Now run VPP and make sure the plugin is loaded.