datapath: 64-bit GRE support
[openvswitch] / datapath / vport.c
index dc7adfabf278deef6dadc169d5b59404ebf195c8..af1c066fe9ea1e6aeae78a54975ec14d8c6e8cdf 100644 (file)
@@ -41,6 +41,7 @@ static const struct vport_ops *base_vport_ops_list[] = {
        &ovs_internal_vport_ops,
        &ovs_patch_vport_ops,
        &ovs_gre_vport_ops,
+       &ovs_gre64_vport_ops,
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
        &ovs_capwap_vport_ops,
 #endif