gluon-mesh-vpn-core: add abstraction layer for VPN interface name (#1518)
This commit is contained in:
parent
6ebe2ccd1b
commit
20d22f66dd
@ -0,0 +1,7 @@
|
||||
local M = {}
|
||||
|
||||
function M.get_mesh_vpn_interface()
|
||||
return 'mesh-vpn'
|
||||
end
|
||||
|
||||
return M
|
Loading…
Reference in New Issue
Block a user