From: Ian Jackson Date: Sat, 27 Sep 2014 17:13:57 +0000 (+0100) Subject: test-example: Provide a polypath test X-Git-Tag: proposed.polypath.v1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=98c55be7a36a7ea44a0bf173e857b99596ce3219 test-example: Provide a polypath test Signed-off-by: Ian Jackson --- diff --git a/test-example/inside-polypath.conf b/test-example/inside-polypath.conf new file mode 100644 index 0000000..a3a515a --- /dev/null +++ b/test-example/inside-polypath.conf @@ -0,0 +1,21 @@ +netlink tun { + name "netlink-tun"; # Printed in log messages from this netlink + local-address "172.18.232.9"; + secnet-address "172.18.232.10"; + remote-networks "172.18.232.0/28"; + mtu 1400; + buffer sysbuffer(2048); + interface "secnet-test-i"; +}; +comm polypath { + port 16910; + buffer sysbuffer(4096); + monitor-command "./polypath-interface-monitor-linux"; + interfaces "!secnet-test*"; + permit-loopback True; +}; +local-name "test-example/inside/inside"; +local-key rsa-private("test-example/inside.key"); +local-mobile True; +mtu-target 1260; +include test-example/common.conf