X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/22c77971bb13c37344fc73fe9b8d72ed96181df2..ef1224d4309eaa1c77b513f47a64b451e6202834:/test-example/inside-polypath.conf diff --git a/test-example/inside-polypath.conf b/test-example/inside-polypath.conf index a3a515a..5e66e01 100644 --- a/test-example/inside-polypath.conf +++ b/test-example/inside-polypath.conf @@ -1,3 +1,9 @@ +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 +13,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;