X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fexamples%2Fsample-plugin%2Fsample_plugin_doc.md;h=9aaaefa006196560a508fad268202993591970dd;hb=1decd98e2edab69c3c7d6814d2da483175124dbd;hp=501a8dcaf98d91aac0fdd82157810174c58c0c6f;hpb=2ba92e32e0197f676dd905e5edcb4ff3e1bec241;p=vpp.git 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.