diff options
-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 |