diff options
author | Burt Silverman <burtms@gmail.com> | 2017-05-27 22:40:30 -0400 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-05-29 09:10:16 +0000 |
commit | 3474f9adca19dbd8ab41460f8e891924beaa0210 (patch) | |
tree | f60541b4c96b4883bf8a52b4ddb8a997d6999d1e /src | |
parent | 6af1c04f925f0d74fc02789cf8227706ed6a8c2a (diff) |
Show example syntax for setting plugin path
Change-Id: I7972273d0e9bd36e3fd6e12ab0268341ba572313
Signed-off-by: Burt Silverman <burtms@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vpp/conf/startup.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 |