[ovs-dev] [PATCH v2 04/13] datapath: vport: Remove compat support

Jesse Gross jesse at nicira.com
Tue Sep 3 23:00:13 UTC 2013


On Tue, Sep 3, 2013 at 1:59 PM, Pravin B Shelar <pshelar at nicira.com> wrote:
> diff --git a/datapath/vport.c b/datapath/vport.c
> index f26beaf..f62201d 100644
> --- a/datapath/vport.c
> +++ b/datapath/vport.c
> @@ -44,10 +44,8 @@ static const struct vport_ops *vport_ops_list[] = {
>         &ovs_gre_vport_ops,
>         &ovs_gre64_vport_ops,
>  #endif
> -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
>         &ovs_vxlan_vport_ops,
>         &ovs_lisp_vport_ops,
> -#endif

For VXLAN and LISP, we can also remove the comments about 2.6.26
kernels from vswitchd/vswitch.xml.

Acked-by: Jesse Gross <jesse at nicira.com>



More information about the dev mailing list