OpenVPN client - dissapearing default gateway

HW: x86
ROS: 7.0beta3

After ovpn-client ('add-default-route' doesn't matter) is connected, previously installed default route via dhcp-client is going away.
With static default gateway it's not disappearing, but with both configurations there are no routes installed that are pushed by OpenVPN server.

Before:
Code: Select all
[admin@mt-vps] > /ip route/print
Flags: D - dynamic; X - disabled, I - inactive, A - active; C - connect, S - static, r - rip, b - bgp, o - ospf, d - dhcp, v - vpn
Columns: DST-ADDRESS, GATEWAY, Distance
DST-ADDRESS GATEWAY D
DAd 0.0.0.0/0 192.168.10.1 1
DAC 192.168.10.0/24 ether1 0

After:
Code: Select all
[admin@mt-vps] > /ip route/print
Flags: D - dynamic; X - disabled, I - inactive, A - active; C - connect, S - static, r - rip, b - bgp, o - ospf, d - dhcp, v - vpn
Columns: DST-ADDRESS, GATEWAY, Distance
DST-ADDRESS GATEWAY D
DAC 192.168.10.0/24 ether1 0
DAC 192.168.93.81 ovpn-out1 0

Logs:
Code: Select all
22:03:22 ovpn,info ovpn-out1: initializing...
22:03:22 ovpn,info ovpn-out1: connecting...
22:03:22 system,info device changed by admin
22:03:23 ovpn,info ovpn-out1: using encoding - AES-128-CBC/[null-digest]
22:03:23 ovpn,info ovpn-out1: connected
22:03:23 system,info
22:03:23 system,info
22:03:23 system,info
22:03:23 system,info
22:03:23 system,info
22:03:23 system,info
22:03:23 system,info

Configuration:
Code: Select all

oct/29/2019 22:04:16 by RouterOS 7.0beta3

software id = SLBD-BCUU

/interface ethernet
set [ find default-name=ether2 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full name=ether1
set [ find default-name=ether1 ] disabled=yes name=ether2
/interface ovpn-client
add auth=null certificate=ovpn.pem_1 cipher=aes128 connect-to=x.x.x.x mac-address=02:6D:77:23:B0:45 name=ovpn-out1 port=1184 protocol=udp user=xxx
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ipv6 settings