make it possible to have also interfaces like eth0.1
This commit is contained in:
parent
21765c9212
commit
a4d1497763
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue