- 08 Nov, 2019 1 commit
-
-
cth451 authored
-
- 02 Mar, 2015 1 commit
-
-
Srini Seetharaman authored
-
- 27 Oct, 2014 1 commit
-
-
Srini Seetharaman authored
1. Adding OFGroupFeatures and OFGroupDescription 2. Adjusting qualifier for several variabless to protected 3. Adding convenience functions getValues() in OFActionType and OFMeterBandType 4. Updating iterator for setTypes and setActions to iterate using getValues()
-
- 26 Oct, 2014 5 commits
-
-
Srini Seetharaman authored
-
Srini Seetharaman authored
-
Srini Seetharaman authored
-
Srini Seetharaman authored
-
Srini Seetharaman authored
1. Fixing bug where invalid length is used in parsing the meter_mod bands 2. Changing the meter_flags to a enum
-
- 07 Oct, 2014 1 commit
-
-
Srini Seetharaman authored
- setNetworkSourceMask(short dataLayerType, int networkDestination, int networkMask) - setNetworkDestinationMask(short dataLayerType, int networkDestination, int networkMask) Also clearing out trailing whitespaces and tabs.
-
- 11 Sep, 2014 1 commit
-
-
Srini Seetharaman authored
-
- 10 Sep, 2014 2 commits
-
-
Srini Seetharaman authored
-
Srini Seetharaman authored
-
- 09 Sep, 2014 1 commit
-
-
Srini Seetharaman authored
Fixing bug in wire protocol for OFRoleRequest/Reply, and adding setRole() that works with OFControllerRole enum.
-
- 04 Sep, 2014 3 commits
-
-
Srini Seetharaman authored
Setting default METADATA_MASK to Long.MAX_VALUE, as well as changing variable name from metadata to metaData
-
Srini Seetharaman authored
-
Srini Seetharaman authored
Adding OFActionOutput(OFPort port) function for convenience, and updating default MAX_LENGTH value to OFPCML_MAX
-
- 22 Aug, 2014 2 commits
-
-
Srini Seetharaman authored
-
Srini Seetharaman authored
Fixing exception caused setDataLayerVirtualLan() a result of the "|" operation that returns an int instead of a short.
-
- 14 Aug, 2014 6 commits
-
-
Srini Seetharaman authored
Updating the SimpleController example to clear flow entries and install default rule on switch instantiation.
-
Srini Seetharaman authored
Fixing bug with incorrect switch statement in OFOXMField.updateObjectType(), and updating the toString() to print values in HexString when possible.
-
Srini Seetharaman authored
- Updating type of OFPCML_* constants - Setting default maximum length to OFPCML_MAX - Adding OFFlowMod.setPort(OFPort) for convenience
-
Srini Seetharaman authored
Updating toString() for OFTableFeaturesPropertyNextTables class to list all the table IDs, instead of incorrect display if the byte[] address.
-
Srini Seetharaman authored
Removing FactoryAware interface from OFTableFeaturesPropertyActions and OFTableFeaturesPropertyInstructions because factory is not necessary. Those structs only carry the OFInstruction or OFAction header, and not an actual object.
-
Srini Seetharaman authored
-
- 13 Aug, 2014 2 commits
-
-
Srini Seetharaman authored
1. Adding checks to see if value object of a OFOXMField is null. For those cases, avoid writeObject() or isAllZero(), 2. Fixing bug in getHeader() where the mask length was not included.
-
Srini Seetharaman authored
Adding check to convert the Object supplied for value and mask of a OFMatchField to the actual type expected. Without this fix, we will have an exception during writeTo() operation. This prevents any user oversight in doing appropriate typecasting.
-
- 12 Aug, 2014 3 commits
-
-
Srini Seetharaman authored
-
Srini Seetharaman authored
-
Srini Seetharaman authored
Allowing getMatchFieldMask, getDataLayerType, getNetworkProtocol, getTransportSource, getTransportDestination calls to return zero or null, instead of throwing an exception.
-
- 14 Jun, 2014 3 commits
-
-
Srini Seetharaman authored
-
Srini Seetharaman authored
-
Srini Seetharaman authored
-
- 03 Jun, 2014 7 commits
-
-
Srini Seetharaman authored
Using the correct length of the OFMatch in computing the remaining length of the data to use for parseInstructions
-
Srini Seetharaman authored
Handling exception that happens when getInPort() is called without there being an IN_PORT field in the match object
-
Srini Seetharaman authored
Updating OFMatch.readFrom() to set correct matchLength (length without pad) and length (with pad) fields
-
Srini Seetharaman authored
-
Srini Seetharaman authored
-
Srini Seetharaman authored
Updating OFMatch.readFrom() to use OFMatchField.length as a total length of the OXM header and the payload together
-
Srini Seetharaman authored
-
- 02 Jun, 2014 1 commit
-
-
Srini Seetharaman authored
Making the length of the mapping used by different enums as a final variable for better readability and avoiding mistakes of overrunning allocation
-