Skip to content
Snippets Groups Projects
Commit 78b56f52 authored by Geddings Barrineau's avatar Geddings Barrineau Committed by GitHub
Browse files

Add Intel port stats experimenter property serializer. (#732)

* Fixed IP_TOS match problem.

In MatchUtils.java where the IP_TOS match string is converted into ECN and DSCP fields, incorrect values were passed into each fields constructor. To fix the problem, the ECN and DSCP bits had to be isolated and then passed into each constructor.

* Fixed a bug that had to do with the order of bitwise operations when dealing with IP_TOS matches. By adding parenthesis, we ensure that the 'and' is done before the 'shift'.

* Added null check for Apply Actions Miss property in the table features. This table feature can be inferred if it does not exist.

* Fixed bug that would cause a set_dst_port action to result in a set_src_port action instead. Simple copy paste error.

* Added updated openflowj jar files for the intel experimenter port stats reply.

* Added openflowj javadoc jar.

* Add stats reply serializer for the intel port stats experimenter property.

* Updated pom.xml to reflect Loxigen version update.
parent 66c27e7e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment