mesh-vpn-openvpn: fix mtu

This commit is contained in:
Maciej Krüger 2022-05-24 15:02:01 +02:00 committed by Alexander List
parent 1af1b4cfef
commit f6dd785db5

View File

@ -33,4 +33,8 @@ function M.set_limit(ingress_limit, egress_limit)
uci:save('simple-tc')
end
function M.mtu()
return site.mesh_vpn.openvpn.mtu()
end
return M