From 3474f9adca19dbd8ab41460f8e891924beaa0210 Mon Sep 17 00:00:00 2001 From: Burt Silverman Date: Sat, 27 May 2017 22:40:30 -0400 Subject: Show example syntax for setting plugin path Change-Id: I7972273d0e9bd36e3fd6e12ab0268341ba572313 Signed-off-by: Burt Silverman --- src/vpp/conf/startup.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index 324facc0..f671439b 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 -- cgit 1.2.3-korg