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