chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / test-example / inside-polypath.conf
index a3a515aee617f32910f9c8e4e9af6fbef6cdcfa0..054f62c929561bcc589423b366d44d8ed82a5cf3 100644 (file)
@@ -1,3 +1,14 @@
+# This file is part of secnet.
+# See LICENCE and this file CREDITS for full list of copyright holders.
+# SPDX-License-Identifier: GPL-3.0-or-later
+# There is NO WARRANTY.
+
+comm polypath {
+       buffer sysbuffer(4096);
+       monitor-command "./polypath-interface-monitor-linux";
+       interfaces "!secnet-test*";
+       permit-loopback True;
+};
 netlink tun {
        name "netlink-tun"; # Printed in log messages from this netlink
        local-address "172.18.232.9";
@@ -7,13 +18,6 @@ netlink tun {
        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;