mesh-vpn-openvpn: fix mtu
This commit is contained in:
parent
1af1b4cfef
commit
f6dd785db5
@ -33,4 +33,8 @@ function M.set_limit(ingress_limit, egress_limit)
|
|||||||
uci:save('simple-tc')
|
uci:save('simple-tc')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function M.mtu()
|
||||||
|
return site.mesh_vpn.openvpn.mtu()
|
||||||
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user