From: Nicolas Emiliani Date: Mon, 12 Nov 2007 15:33:45 +0000 (-0300) Subject: Added Mode=switch to tinc.conf template. X-Git-Url: https://git.llucax.com/software/pymin.git/commitdiff_plain/94692caff0340f22badcf9540b4dc7fe3d93f067?ds=sidebyside;hp=-c Added Mode=switch to tinc.conf template. This causes the created device to appear as link/ether --- 94692caff0340f22badcf9540b4dc7fe3d93f067 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