blob: b73290ac72ac1b559b322fc305c08e1f2877cbe1 [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University
2// Copyright (c) 2011, 2012 Open Networking Foundation
3// Copyright (c) 2012, 2013 Big Switch Networks, Inc.
4// This library was generated by the LoxiGen Compiler.
5// See the file LICENSE.txt which should have been included in the source distribution
6
7// Automatically generated by LOXI from template const.java
8// Do not modify
9
10package org.projectfloodlight.openflow.protocol;
11
12import org.projectfloodlight.openflow.protocol.*;
13import org.projectfloodlight.openflow.protocol.action.*;
14import org.projectfloodlight.openflow.protocol.actionid.*;
15import org.projectfloodlight.openflow.protocol.bsntlv.*;
16import org.projectfloodlight.openflow.protocol.errormsg.*;
17import org.projectfloodlight.openflow.protocol.meterband.*;
18import org.projectfloodlight.openflow.protocol.instruction.*;
19import org.projectfloodlight.openflow.protocol.instructionid.*;
20import org.projectfloodlight.openflow.protocol.match.*;
21import org.projectfloodlight.openflow.protocol.oxm.*;
22import org.projectfloodlight.openflow.protocol.queueprop.*;
23import org.projectfloodlight.openflow.types.*;
24import org.projectfloodlight.openflow.util.*;
25import org.projectfloodlight.openflow.exceptions.*;
26
27public enum OFBsnPortCounter {
28 BSN_PORT_COUNTER_RX_BYTES,
29 BSN_PORT_COUNTER_RX_PACKETS_UNICAST,
30 BSN_PORT_COUNTER_RX_PACKETS_BROADCAST,
31 BSN_PORT_COUNTER_RX_PACKETS_MULTICAST,
32 BSN_PORT_COUNTER_RX_DROPPED,
33 BSN_PORT_COUNTER_RX_ERRORS,
34 BSN_PORT_COUNTER_TX_BYTES,
35 BSN_PORT_COUNTER_TX_PACKETS_UNICAST,
36 BSN_PORT_COUNTER_TX_PACKETS_BROADCAST,
37 BSN_PORT_COUNTER_TX_PACKETS_MULTICAST,
38 BSN_PORT_COUNTER_TX_DROPPED,
39 BSN_PORT_COUNTER_TX_ERRORS,
40 BSN_PORT_COUNTER_RX_RUNTS,
41 BSN_PORT_COUNTER_RX_GIANTS,
42 BSN_PORT_COUNTER_RX_CRC_ERRORS,
43 BSN_PORT_COUNTER_RX_ALIGNMENT_ERRORS,
44 BSN_PORT_COUNTER_RX_SYMBOL_ERRORS,
45 BSN_PORT_COUNTER_RX_PAUSE_INPUT,
46 BSN_PORT_COUNTER_TX_COLLISIONS,
47 BSN_PORT_COUNTER_TX_LATE_COLLISIONS,
48 BSN_PORT_COUNTER_TX_DEFERRED,
49 BSN_PORT_COUNTER_TX_PAUSE_OUTPUT,
50 BSN_PORT_COUNTER_RX_PACKETS,
51 BSN_PORT_COUNTER_TX_PACKETS,
52 BSN_PORT_COUNTER_RX_LENGTH_ERRORS,
53 BSN_PORT_COUNTER_RX_OVERFLOW_ERRORS,
54 BSN_PORT_COUNTER_TX_CARRIER_ERRORS;
55}