[vpp-dev] possible bug in sparse_vec_index2

2023-02-06 Thread Zhang Dongya
Hi list, Recently I found a weird bug when there is only 1 UDP local port registered due to our vpp application have special initialize sequence, the sparse_vec_index2 will trigger vpp crash. By comparing sparse_vec_index2 and sparse_vec_index_internal, it seems sparse_vec_index2 does not

Re: [vpp-dev] Delete node process

2023-02-06 Thread Florin Coras
Hi, You can disable a node using vlib_node_set_state. There’s no api to unregister a node. Regards, Florin > On Feb 6, 2023, at 12:00 PM, amine belroul wrote: > > Hello, > How can I delete node process from vpp runtime? > For right I can make it just done but not deleted. > > > Thank

[vpp-dev] Delete node process

2023-02-06 Thread amine belroul
Hello, How can I delete node process from vpp runtime? For right I can make it just done but not deleted. Thank you. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22554): https://lists.fd.io/g/vpp-dev/message/22554 Mute This Topic:

Re: [vpp-dev] Linux-cp with Det44 stop working

2023-02-06 Thread Petr Boltík
Hi Matt, Thank you for the detailed explanation. Bad news, this combination would be interesting. I'm already using nat44_ed plugin - there is a "hack" how to force tcp traffic through the WAN interface (with output-feature enabled) to the linux-cp. You can just add nat44_add_del_static_mapping

Re: [vpp-dev] Linux-cp with Det44 stop working

2023-02-06 Thread Matthew Smith via lists.fd.io
Hi Petr, Deterministic NAT is not compatible with linux-cp. Linux-cp sets up some configuration for interfaces which are a member of a linux-cp interface pair so that packets which arrive on the interface and are punted get copied to the corresponding linux-cp tap. The packets which are punted

Re: [vpp-dev] ikev2: authentication failed, no matching profile found ! ispi cb618189f9d9ac72

2023-02-06 Thread mailtologanathann
It seems that vpp is stricter in this version and it has been relaxed in the later version of code via https://github.com/FDio/vpp/commit/c7cceeebb738b0fabd93d2c4fdfd561321a2be1d By commenting out the right and left ids, authenticatio goes through and SA gets established [root@83afb4b1f677

[vpp-dev] Linux-cp with Det44 stop working

2023-02-06 Thread Petr Boltík
Hi all, I have an issue with a combination of Linux-cp + Det44. If Det44 is activated, access to the VPP0 using Linux-cp is not working. All dynamic configuration possibility is lost. I lose access from both sides - WAN and LAN from any IP address (not only from configured 192.168.17.0/24). Any

Re: [vpp-dev] sfc

2023-02-06 Thread Nathan Skrzypczak
Hi Amine, If you want to make nginx listen and connect directly in VPP, the best solution would probably be to use the VCL. There is a documentation page in the wiki explaining how to run nginx with VCL / ld_preload [0]. Then you can either mount the VCL socket between the two (nginx & VPP)

Re: [vpp-dev] VPP logging does not logs API calls debug message

2023-02-06 Thread Tripathi, VinayX
Hi Steven, Show log : shows debug messages on console. But does not redirect to vpp.log file. Only VPP CLI command has been triggered to configure that only appears in vpp.log Even packet trace appears on console , but don’t in vpp.log . create ipip tunnel src 10.128.0.9 dst 10.192.0.9 set

[vpp-dev] VPP 23.02 RC2 milestone Wednesday 8 February 2023 12:00 UTC

2023-02-06 Thread Andrew Yourtchenko
Hi all, Just a kind reminder that RC2 milestone will happen in two days at noon UTC as per our release plan [0]; after that only the fixes to issues found in CSIT will be accepted, in preparation for the release. [0] https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_23.02 --a /*

[vpp-dev] ikev2: authentication failed, no matching profile found ! ispi cb618189f9d9ac72

2023-02-06 Thread mailtologanathann
hi team I have a strong-swan running as an initiator in linux and vpp, version 21.10, as a IPSEC IKEv2  responder. When IKEv2 auth request reached vpp, we see that it is getting dropped sayin that ispi is not found though initiator spi is proper in both ikey SA INIT and SA AUTH REQ messages