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>
This commit is contained in:
committed by
David S. Miller
parent
1eaa81785a
commit
58264848a5
@@ -42,6 +42,9 @@ static const struct vport_ops *vport_ops_list[] = {
|
||||
#ifdef CONFIG_OPENVSWITCH_GRE
|
||||
&ovs_gre_vport_ops,
|
||||
#endif
|
||||
#ifdef CONFIG_OPENVSWITCH_VXLAN
|
||||
&ovs_vxlan_vport_ops,
|
||||
#endif
|
||||
};
|
||||
|
||||
/* Protected by RCU read lock for reading, ovs_mutex for writing. */
|
||||
|
||||
Reference in New Issue
Block a user