Re: [vpp-dev] Policer & NAT44 integration

2018-12-04 Thread Muhammad Ahmad
Dear Ole, Waiting for your kind input on this matter. Regards -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11492): https://lists.fd.io/g/vpp-dev/message/11492 Mute This Topic: https://lists.fd.io/mt/28484617/21656 Group Owner:

[vpp-dev] sshd with vpp's host stack and LD_PRELOAD

2018-12-04 Thread Florin Coras
Folks, I know there has been quite some interest in running sshd with the host stack, so here’s a quick update on where that stands. Dave and I have been working on supporting applications that fork children with vcl and, to actually test the code, we’ve decided to run sshd on top of it.

Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-04 Thread satish . gundu
Thanks Ole for the quick response. We are trying to send messages from a control plane process  to VPP process via memif channel. This is to program the VPP dataplane tables for our product.  I see some serialize functions in vppinfra/serialize.h  file. Are these the ones you were referring

Re: [vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-04 Thread Ole Troan
Satish, > > Is there any VPP plugin for message serilize/deserialization ( like asn.1 / > google protobuf ) ? > We would like to use this for messaging with a control plane module over > MemIf channel. > > Appreciate any inputs on this. What is it you want to serialize? E.g for the binary

[vpp-dev] Message serialize / deserializer in VPP ( like google protobuf )

2018-12-04 Thread satish . gundu
Hi All, Is there any VPP plugin for message serilize/deserialization ( like asn.1  / google protobuf )   ? We would like to use this for messaging with a control plane module over MemIf channel. Appreciate any inputs on this. Thanks & Regards, Satish -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

Re: [vpp-dev] how can i del the ipsec Node that generated by ikev2?

2018-12-04 Thread Klement Sekera via Lists.Fd.Io
iked2 code in vpp is PoC quality, so bugs are to be expected. Feel free to submit a patch to fix the issue. You could also try strongswan solution using this plugin https://github.com/matfabia/strongswan/tree/vpp/src/libcharon/plugins/kernel_vpp Regards, Klement Quoting wangchuan...@163.com