Hi,
We want to push some monitoring information from vpp to govpp based on some
condition. Please help me to know if there is any procedure through which
we can meet this requirement as there is no request from agent in this
case.
Thanks,
Alok
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messag
Hi,
Is there a way by which we can restrict this extra "vpp" daemon from starting,
if the main vpp process is already running?
Thanks and Regards,
Chinmaya Agarwal.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22358): https://lists.fd.io/g/vpp-
Got the correct syntax now, I think the 22.06 or other similar
version documentation (Cloud NAT section under SourceNATing outgoing
traffic) needs to be updated?:
*set cnat snat-policy *
Thanks
On Tue, Dec 20, 2022 at 7:47 PM Christopher Adigun via lists.fd.io
wrote:
> Hi,
>
> I am trying
Hi,
I am currently trying to use linx-cp plugins to sync routes learned via
BGP, bird is seeing the BGP route but I can't see the routes in VPP.
Details:
*vpp v22.10-release built by root on ff42e25458af at 2022-10-26T14:00:24*
*startup.conf:*
unix {
nodaemon
log /tmp/vpp.log
full-coredu
Folks,
As part of the ongoing effort to move features from vpp/src/vnet to
plugins (tracked Jira VPP-2040 [0]), the gerrit change [1] moving the
VPP AF_PACKET (aka host-interface) driver to a plugin has just been
merged into master.
If you use the VPP AF_PACKET driverand have the stanza 'plu
Hi Mechthild,
Your issue is caused by the main thread waiting too long for a worker to
finish. You may examine these lines in src/vlib/threads.h:
171 /* Check for a barrier sync request every 30ms */
172 #define BARRIER_SYNC_DELAY (0.03)
173
174 #if CLIB_DEBUG > 0
175 /* long barrier timeout
Hi,
You can try adding the line "path /usr/lib/vpp_plugins/" at the top in
plugins{} section in startup.conf file and do a VPP restart. That should fix
your problem.
Thanks,
Chinmaya Agarwal
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22353):
Hi,
We have a severe problem with VPP – it’s cyclic restarting due to the following
error:
Dec 21 09:46:32 843V0N3 vpp[3846]: vlib_worker_thread_barrier_sync_int: worker
thread deadlock
This happens on both servers of the setup and it cannot recover. Can you please
help us to debug this issue