Hi.
I am testing on a fresh 6.2 i386 install, and following vxlan(4):
Unicast is working:
# ifconfig vxlan0 tunnel 192.168.1.100 192.168.1.200 vnetid 5
# ifconfig vxlan0
vxlan0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
lladdr fe:e1:ba:d0:12:a6
index 7 priority 0 llprio 3
encap: vnetid 5
groups: vxlan
media: Ethernet autoselect
status: active
tunnel: inet 192.168.1.100 -> 192.168.1.200
But it does not accept the multicast address:
# ifconfig vxlan0 tunnel 192.168.1.100 239.1.1.100 vnetid 7395
ifconfig: SIOCSLIFPHYADDR: Can't assign requested address
Is there something else needed that I might have missed?
Kind regards.
Hendrik