datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.
[openvswitch] / datapath / vport-gre.c
index 46e0be82a0bdf668033b20341473f9ae8023a8b2..24c53f89680d4b46ee85f180fe8d197e692b3c88 100644 (file)
@@ -388,7 +388,7 @@ static void gre_exit(void)
 }
 
 const struct vport_ops gre_vport_ops = {
-       .type           = ODP_VPORT_TYPE_GRE,
+       .type           = OVS_VPORT_TYPE_GRE,
        .flags          = VPORT_F_GEN_STATS | VPORT_F_TUN_ID,
        .init           = gre_init,
        .exit           = gre_exit,