]> Pileus Git - ~andy/linux/commit
vxlan: Extend vxlan handlers for openvswitch.
authorPravin B Shelar <pshelar@nicira.com>
Mon, 19 Aug 2013 18:23:07 +0000 (11:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2013 07:15:43 +0000 (00:15 -0700)
commit012a5729ff933ecd07e7470a65d84577aef9ae03
tree354e8f359ed8a01c0eb54061c49a7cecc7b472da
parent5cfccc5a47ebcaac5d5fa82a6dcef94a78b1eb6c
vxlan: Extend vxlan handlers for openvswitch.

Following patch adds data field to vxlan socket and export
vxlan handler api.
vh->data is required to store private data per vxlan handler.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/vxlan.h [new file with mode: 0644]