gluon-mesh-vpn-core: add abstraction layer for VPN interface name (#1518)

This commit is contained in:
Tata 2018-08-24 23:21:43 +02:00 committed by Matthias Schiffer
parent 6ebe2ccd1b
commit 20d22f66dd

View File

@ -0,0 +1,7 @@
local M = {}
function M.get_mesh_vpn_interface()
return 'mesh-vpn'
end
return M