vxlan: support both IPv4 and IPv6 sockets in a single vxlan device
authorJiri Benc <jbenc@redhat.com>
Thu, 24 Sep 2015 11:50:02 +0000 (13:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Sep 2015 05:40:55 +0000 (22:40 -0700)
commitb1be00a6c39fda2ec380e168d7bcf96fb8c9da42
treeeac61f37c5d1b01a861e935c402e9c0d1500b5b3
parent205f356d165033443793a97a668a203a79a8723a
vxlan: support both IPv4 and IPv6 sockets in a single vxlan device

For metadata based vxlan interface, open both IPv4 and IPv6 socket. This is
much more user friendly: it's not necessary to create two vxlan interfaces
and pay attention to using the right one in routing rules.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/vxlan.h
net/openvswitch/vport-vxlan.c