X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/22c77971bb13c37344fc73fe9b8d72ed96181df2..9c44ef13ed639445ee2e8a4037f7b3c5fcc11aa2:/test-example/inside-polypath.conf diff --git a/test-example/inside-polypath.conf b/test-example/inside-polypath.conf index a3a515a..2986434 100644 --- a/test-example/inside-polypath.conf +++ b/test-example/inside-polypath.conf @@ -1,3 +1,10 @@ +comm polypath { + port 16910; + 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 +14,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;