diff options
author | Damjan Marion <damarion@cisco.com> | 2018-09-12 14:01:10 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-09-12 16:38:59 +0000 |
commit | 79dcbc74cd417f4caf41bc398ccba94cab7d656b (patch) | |
tree | 043a57b2a904636093ff08b44f97172d09c36114 /extras/vpp_config | |
parent | 350155329c6075cef48b2d6934329a7ad75cf5c8 (diff) |
Always use 'lib' instead of 'lib64'
It is packaging responsibility to put libs in the right place.
Use of lib64 resulted in huge amount of files with hardcoded lib64.
This patch simplifies things...
Change-Id: Iab0dea0583e480907732c5d2379eb951a00fa9e6
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'extras/vpp_config')
-rw-r--r-- | extras/vpp_config/data/startup.conf.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vpp_config/data/startup.conf.template b/extras/vpp_config/data/startup.conf.template index 19a8454a177..22b0e128d48 100644 --- a/extras/vpp_config/data/startup.conf.template +++ b/extras/vpp_config/data/startup.conf.template @@ -114,10 +114,10 @@ dpdk {{ # 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 +# path /home/bms/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins #}} # Alternate syntax to choose plugin path -#plugin_path /home/bms/vpp/build-root/install-vpp-native/vpp/lib64/vpp_plugins +#plugin_path /home/bms/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins {tcp} |