On Thu, 9 Mar 2017 21:05:42 +0100
Vincent Bernat <[email protected]> wrote:
> When neither group or remote is specified (or if they are specified with
> the any address), nothing is sent to the kernel. In this case, the
> kernel defaults to IPv4. This makes impossible to use IPv6 with
> unspecified unicast remote ("bridge fdb add" will return
> EAFNOTSUPPORT).
>
> If the user specifies a preferred address family (eg, "ip -6 link add"),
> then send either IFLA_VXLAN_GROUP or IFLA_VXLAN_GROUP6 to enforce the
> use of the appropriate family.
>
> Signed-off-by: Vincent Bernat <[email protected]>
Makes sense. Applied