Vyos 1.4 vxlan source-address issue

Hi,
Testing vxlan on VyOS 1.4 and found issue, wrong remote VTEP ip address!

##leaf-1
set interfaces dummy dum0 address '192.168.10.1/32'
set interfaces vxlan vxlan10100 source-address '192.168.10.1'

PING 192.168.10.6 (192.168.10.6) 56(84) bytes of data.
64 bytes from 192.168.10.6: icmp_seq=1 ttl=63 time=6.22 ms
64 bytes from 192.168.10.6: icmp_seq=2 ttl=63 time=3.82 ms
64 bytes from 192.168.10.6: icmp_seq=3 ttl=63 time=3.55 ms

VNI 10100 #MACs (local and remote) 2
Flags: N=sync-neighs, I=local-inactive, P=peer-active, X=peer-proxy
MAC               Type   Flags Intf/Remote ES/VTEP            VLAN  Seq #'s
00:50:79:66:68:0e remote       172.16.1.11                          0/0
00:50:79:66:68:09 local        eth3                                 0/0



##leaf-6
set interfaces dummy dum0 address '192.168.10.6/32'
set interfaces vxlan vxlan10100 source-address '192.168.10.6'

PING 192.168.10.1 (192.168.10.1) 56(84) bytes of data.
64 bytes from 192.168.10.1: icmp_seq=1 ttl=63 time=5.62 ms
64 bytes from 192.168.10.1: icmp_seq=2 ttl=63 time=3.60 ms
64 bytes from 192.168.10.1: icmp_seq=3 ttl=63 time=8.29 ms


VNI 10100 #MACs (local and remote) 2
Flags: N=sync-neighs, I=local-inactive, P=peer-active, X=peer-proxy
MAC               Type   Flags Intf/Remote ES/VTEP            VLAN  Seq #'s
00:50:79:66:68:0e local        eth3                                 0/0
00:50:79:66:68:09 remote       172.16.1.1                           0/0

This VyOS Platform Blog with same issues.
source-address '172.29.0.1' but show evpn mac vni shows wrong address!
As a result, it is not possible to use ECMP!

##leaf-1
set interfaces dummy dum0 address '192.168.10.1/32'
set interfaces vxlan vxlan10100 source-address '192.168.10.1'
set protocols bgp parameters router-id 192.168.10.1

##leaf-6
set interfaces dummy dum0 address '192.168.10.6/32'
set interfaces vxlan vxlan10100 source-address '192.168.10.6'
set protocols bgp parameters router-id 192.168.10.6

and now the output of the command show evpn mac vni looks much better

vyos@leaf-1:~$ show evpn mac vni all

VNI 10100 #MACs (local and remote) 2

Flags: N=sync-neighs, I=local-inactive, P=peer-active, X=peer-proxy
MAC               Type   Flags Intf/Remote ES/VTEP            VLAN  Seq #'s
00:50:79:66:68:0e remote       192.168.10.6                         0/0
00:50:79:66:68:09 local        eth3                                 0/0