Pushing routes OpenVPN

Hi everyone!
I find info that from version 7.14 mikrotik can push routes.

Push route support are added in 7.14, the maximum of possible input is limited to 1400 characters.
example: route network/IP [netmask] [gateway] [metric].
/interface ovpn-server server set push-routes=“192.168.102.0 255.255.255.0 192.168.109.1 9”

Who know how I can push several routes?

Hi,

you can use comma (,) to separate routes.
(e.g.: 10.0.0.10 255.255.255.255 192.168.1.1 5, 10.0.1.10 255.255.255.255 192.168.1.1 5)