X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/0cf9c062e165da3e9444dfea93f25f198bb71a0e..0a6cbadea08d824e26838a18bb75745c78f27461:/test-example/README diff --git a/test-example/README b/test-example/README index a6416f6..4c2eca3 100644 --- a/test-example/README +++ b/test-example/README @@ -19,3 +19,8 @@ To run the test: Then in a third ping -I secnet-test-i 172.18.232.2 +For running under valgrind memcheck, do something like this: + valgrind --num-callers=40 --gen-suppressions=yes --db-attach=yes \ + --leak-check=full --suppressions=test-example/memcheck.suppressions \ + ./secnet -dvnc test-example/outside.conf +NB that --num-callers is needed as secnet's stack can be deep.