dhcp-client add-default-route dont works!

/ip dhcp-client
add add-default-route=yes comment="default configuration" default-route-distance=0 disabled=no host-name=router0 interface=ether1-gateway use-peer-dns=yes use-peer-ntp=yes

Router receives Router Option, but doesnt put it into it routing table (same dhcp server and windows 7 works fine).

[root@MikroTik] > /system routerboard print
routerboard: yes
model: "750G"
serial-number: "228E0183F39C"
current-firmware: "2.26"
upgrade-firmware: "2.26"
[root@MikroTik] > /system package print
Flags: X - disabled

NAME VERSION SCHEDULED

0 system 5.0beta2
1 dhcp 5.0beta2
2 routeros-mipsbe 5.0beta2
3 wireless 5.0beta2
4 hotspot 5.0beta2
5 mpls 5.0beta2
6 X ipv6 5.0beta2
7 security 5.0beta2
8 ppp 5.0beta2
9 routerboard 5.0beta2
10 routing 5.0beta2
11 advanced-tools 5.0beta2

What’s the output of “/ip route print”?

[root@MikroTik] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADC 10.240.12.0/24 10.240.12.213 ether1-gateway 0
1 ADS 80.250.189.0/24 10.240.12.1 0
2 ADS 85.142.15.0/24 10.240.12.1 0
3 ADS 188.64.128.11/32 10.240.12.1 0
4 ADS 188.64.131.224/29 10.240.12.1 0
5 ADC 192.168.0.0/24 192.168.0.1 ether2-local-ma... 0

Same behavior on 5.0beta3.
PS: Cant attach pcap with dhcp packets, extension is not allowed.
netwi-dhcp-from-mikrotik-50b3.txt (3.43 KB)

Reproduced with dhcp3-server from debian:

subnet 10.240.12.0 netmask 255.255.255.0 {
range 10.240.12.10 10.240.12.250;
option routers 10.240.12.1;
option static-routes 188.64.128.11 10.240.12.1;
option ms-classless-static-routes 32, 188,64,128,11, 10,240,12,1, 24, 80,250,189, 10,240,12,1, 24, 85,142,15, 10,240,12,1, 29, 188,64,131,224, 10,240,12,1;
option rfc3442-classless-static-routes 32, 188,64,128,11, 10,240,12,1, 24, 80,250,189, 10,240,12,1, 24, 85,142,15, 10,240,12,1, 29, 188,64,131,224, 10,240,12,1;
}