X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=test-example%2FREADME;h=72f98abf5f88d2c803cb4d104132423716d822fd;hb=9c6a8729f6553615786878b382d4d44d2a54eec0;hp=4c2eca30ada234c967c7c05ed577347d1b2c157d;hpb=a3289567b3a31ec8edb437b4856393a6eb61e7c4;p=secnet.git diff --git a/test-example/README b/test-example/README index 4c2eca3..72f98ab 100644 --- a/test-example/README +++ b/test-example/README @@ -24,3 +24,27 @@ For running under valgrind memcheck, do something like this: --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. + +The config file outside-unshare.conf can be used on Linux in +conjunction with test-example/fake-userv and a built checkout of +userv-utils.git to run the "outside" copy of secnet in a new "network +namespace". + + + +Everything in this directory is part of secnet. See README (in the +directory above) for full list of copyright holders. + +secnet is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +secnet is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +version 3 along with secnet; if not, see +https://www.gnu.org/licenses/gpl.html.