From 94692caff0340f22badcf9540b4dc7fe3d93f067 Mon Sep 17 00:00:00 2001 From: Nicolas Emiliani Date: Mon, 12 Nov 2007 12:33:45 -0300 Subject: [PATCH] Added Mode=switch to tinc.conf template. This causes the created device to appear as link/ether --- pymin/services/vpn/templates/tinc.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/pymin/services/vpn/templates/tinc.conf b/pymin/services/vpn/templates/tinc.conf index a3e45ff..066e355 100644 --- a/pymin/services/vpn/templates/tinc.conf +++ b/pymin/services/vpn/templates/tinc.conf @@ -2,3 +2,4 @@ Name = ${vpn.vpn_src} Device = /dev/net/tun PrivateKeyFile = /etc/tinc/${vpn.vpn_src}/rsa_key.priv ConnectTo = ${vpn.vpn_dst} +Mode = switch -- 2.43.0