diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2013-08-19 11:23:34 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-20 00:15:44 -0700 |
commit | 58264848a5a7b91195f43c4729072e8cc980288d (patch) | |
tree | edf1ffa351402de61a4fe26e4443872c2d7b1dcb /net/openvswitch/vport.h | |
parent | 1eaa81785a70082213d40de14ec13520b5c6fff2 (diff) | |
download | talos-obmc-linux-58264848a5a7b91195f43c4729072e8cc980288d.tar.gz talos-obmc-linux-58264848a5a7b91195f43c4729072e8cc980288d.zip |
openvswitch: Add vxlan tunneling support.
Following patch adds vxlan vport type for openvswitch using
vxlan api. So now there is vxlan dependency for openvswitch.
CC: Jesse Gross <jesse@nicira.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/vport.h')
-rw-r--r-- | net/openvswitch/vport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h index 376045c42f8b..1a9fbcec6e1b 100644 --- a/net/openvswitch/vport.h +++ b/net/openvswitch/vport.h @@ -199,6 +199,7 @@ void ovs_vport_record_error(struct vport *, enum vport_err_type err_type); extern const struct vport_ops ovs_netdev_vport_ops; extern const struct vport_ops ovs_internal_vport_ops; extern const struct vport_ops ovs_gre_vport_ops; +extern const struct vport_ops ovs_vxlan_vport_ops; static inline void ovs_skb_postpush_rcsum(struct sk_buff *skb, const void *start, unsigned int len) |