From 22c77971bb13c37344fc73fe9b8d72ed96181df2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Sep 2014 18:13:57 +0100 Subject: [PATCH] test-example: Provide a polypath test Signed-off-by: Ian Jackson --- test-example/inside-polypath.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test-example/inside-polypath.conf 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 -- 2.11.0