ovs-xapi-sync: Style cleanup.
[openvswitch] / datapath / vport-gre.c
index 46e0be82a0bdf668033b20341473f9ae8023a8b2..5beae42eded3ed680c4c740fe6f9bd31ed479965 100644 (file)
@@ -388,8 +388,8 @@ static void gre_exit(void)
 }
 
 const struct vport_ops gre_vport_ops = {
-       .type           = ODP_VPORT_TYPE_GRE,
-       .flags          = VPORT_F_GEN_STATS | VPORT_F_TUN_ID,
+       .type           = OVS_VPORT_TYPE_GRE,
+       .flags          = VPORT_F_TUN_ID,
        .init           = gre_init,
        .exit           = gre_exit,
        .create         = gre_create,