On Tue, Sep 3, 2013 at 1:59 PM, Pravin B Shelar <pshe...@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 <je...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to