X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=datapath%2Fvport.c;h=f62201d8236d3c8b27ba88ff650705b5a868f136;hb=3dd7c5a4dbb54fb68eeb7acfd0fce1238435b0e7;hp=f26beaf5e782008967ddee6a9b57c77bc64298f8;hpb=eac5232fe422b370301960d8c6e61763cdeb22cf;p=cascardo%2Fovs.git diff --git a/datapath/vport.c b/datapath/vport.c index f26beaf5e..f62201d82 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 }; /* Protected by RCU read lock for reading, ovs_mutex for writing. */