]> git.llucax.com Git - software/pymin.git/commitdiff
Added Mode=switch to tinc.conf template.
authorNicolas Emiliani <nemiliani@integratech.com.ar>
Mon, 12 Nov 2007 15:33:45 +0000 (12:33 -0300)
committerNicolas Emiliani <nemiliani@integratech.com.ar>
Mon, 12 Nov 2007 15:33:45 +0000 (12:33 -0300)
This causes the created device to appear as link/ether

pymin/services/vpn/templates/tinc.conf

index a3e45ffc3d092664e883f4074a2f9ba71ea4b1de..066e35575715d149cd675ccd9794072e7bb9298d 100644 (file)
@@ -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}
 Device = /dev/net/tun
 PrivateKeyFile = /etc/tinc/${vpn.vpn_src}/rsa_key.priv
 ConnectTo = ${vpn.vpn_dst}
+Mode = switch