Re: [vpp-dev] IKEV2 Negotiation Failed

2017-06-01 Thread Nicolau, Radu
Hi, Can you check if the parameter passed to the DH_generate_key have both p and g members set? Can you try a different DH group? Like modp-1024? What is on the other side? VPP as well? Can you post the configuration of the initiatior? Regards, Radu From: vpp-dev-boun...@lists.fd.io [mailto:vp

Re: [vpp-dev] dpdk sw crypto- build error

2017-02-23 Thread Nicolau, Radu
If the issue appears on Ubuntu and other Debian based distros then the root of the problem is libtool, which is patched to set link_all_deplibs=no in the libtool script, effectively making libtool ignore library dependencies – the dependency_libs section in the .la files. A quick workaround is