ashish mahalka wrote:
> I checked the config.log in my host-2 machine.
> 
> I did observe the following lines:
> USE_PLUTO_FALSE='#'
> USE_PLUTO_TRUE='' "

You said, you built strongSwan by yourself. Please check if you have the 
file

strongswan-4.3.5/src/charon/socket-raw.o

You could also try deleting the file

strongswan-4.3.5/src/charon/network/socket.c

in order to make sure that the raw socket and not the regular UDP socket 
abstraction is compiled.

If you disable pluto, the build system compiles socket.c instead of 
socket-raw.c which is compiled if pluto is enabled.

Inside the source tree please execute

strings ./src/charon/.libs/charon | grep "data on raw socket"

and send the output.

-Daniel
_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to