make it possible to have also interfaces like eth0.1

This commit is contained in:
mh 2013-01-18 17:22:01 +01:00
parent 21765c9212
commit a4d1497763

View file

@ -1,4 +1,4 @@
Address = <%= scope.lookupvar("::ipaddress_#{tinc_interface}") %>
Address = <%= scope.lookupvar("::ipaddress_#{tinc_interface.gsub('.','_')}") %>
Port = <%= port %>
Compression = <%= compression %> # 0=no,11=best lzo
#