~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to include/openflow/openflow-1.3.h

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
enum ofp13_action_type {
107
107
    OFPAT13_PUSH_PBB = 26,     /* Push a new PBB service tag (I-TAG) */
108
 
    OFPAT13_PPO_PBB  = 27      /* Pop the outer PBB service tag (I-TAG) */
 
108
    OFPAT13_POP_PBB  = 27      /* Pop the outer PBB service tag (I-TAG) */
109
109
};
110
110
 
111
111
/* enum ofp_config_flags value OFPC_INVALID_TTL_TO_CONTROLLER
402
402
    ovs_be32  duration_sec;      /* Time meter has been alive in seconds. */
403
403
    ovs_be32  duration_nsec;     /* Time meter has been alive in nanoseconds
404
404
                                    beyond duration_sec. */
405
 
    /* struct ofp13_meter_band_stats band_stats[0];  The band_stats length is
 
405
    struct ofp13_meter_band_stats band_stats[0];  /* The band_stats length is
406
406
                                             inferred from the length field. */
407
407
};
408
408
OFP_ASSERT(sizeof(struct ofp13_meter_stats) == 40);