From: Burt Silverman Date: Sun, 28 May 2017 02:40:30 +0000 (-0400) Subject: Show example syntax for setting plugin path X-Git-Tag: v17.07-rc1~121 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3474f9adca19dbd8ab41460f8e891924beaa0210;p=vpp.git Show example syntax for setting plugin path Change-Id: I7972273d0e9bd36e3fd6e12ab0268341ba572313 Signed-off-by: Burt Silverman --- diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 324facc0978..f671439bcb9 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -97,3 +97,12 @@ cpu { ## larger number of mbufs. Default is 256M on each detected CPU socket # socket-mem 2048,2048 # } + +# Adjusting the plugin path depending on where the VPP plugins are: +#plugins +#{ +# path /home/bms/vpp/build-root/install-vpp-native/vpp/lib64/vpp_plugins +#} + +# Alternate syntax to choose plugin path +#plugin_path /home/bms/vpp/build-root/install-vpp-native/vpp/lib64/vpp_plugins