Team,
I am seeing the same
issue(https://lists.fd.io/pipermail/vpp-dev/2017-April/004608.html) as seen
earlier while installing debian package. Do we know a workaround?
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
vpp-api-python
Please see, I a
Thank you Chris and Team,
I could install the package by running ‘sudo apt-get install -f'
Regards,
Pradeep
From: "Luke, Chris"
Date: Wednesday, November 22, 2017 at 10:09 AM
To: "Pradeep Patel (pradpate)" , "vpp-dev@lists.fd.io"
Subject: RE: vpp-api python
Trying running ‘apt install -f’
On 12/5/17, 5:38 AM, "vpp-dev-boun...@lists.fd.io on behalf of Ole Troan"
wrote:
Mirzaei,
> I want to build vpp to integrate it with honeycomb according to this url,
but I failed in the at this command:
>
> $sudo dpkg -i *.deb
>
>
Please try ‘sudo apt-get install –f’
On 12/5/17, 6:38 AM, "vpp-dev-boun...@lists.fd.io on behalf of Pradeep Patel
(pradpate)" wrote:
Trying running ‘apt install -f’
On 12/5/17, 5:38 AM, "vpp-dev-boun...@lists.fd.io on behalf of Ole Troan"
wrote:
I am trying to build and run sample plugin using make option. I see sample
plugin so gets created but failed due to undefined symbol: sample_main. Any
pointers with be helpful.
Regards,
Pradeep
>make build SAMPLE_PLUGIN=yes
> make run SAMPLE_PLUGIN=yes
vagrant@localhost:/vpp$ make run SAMPLE_PL
I have also seen the same issue.
Workaround(till issue gets resolved) is to run md5sum on dpdk tar and update
the same in make file.
vagrant@localhost:/vpp/dpdk$ md5sum dpdk-17.11.tar.xz
61e79ac968343d7a4a4050dcaa2d6f36 dpdk-17.11.tar.xz
and update Makefile
DPDK_17.11_TARBALL_MD5_CKSUM := 61e79a
Team,
I am trying to dump the session table (show acl-plugin sessions) to view the
session info but don’t see any sessions getting created. Any input will be
helpful.
Plugin Version
vat# acl_plugin_get_version
vl_api_acl_plugin_get_version_reply_t_handler:133: ACL plugin version: 1.3
Following