A few things:
1) Moved to loxigen-openflowj version 0.4.0 which supports MPLS BoS indicator matching and set-action
2) Fixed OFMessageDecoder/OFChannelHandler to not crash when openflowj cannot decode a message from a switch
3) Fixed ACL flows to use writeActions instead of applyActions to affect the packet's action-set
4) Tested multiple-label operation using group-chaining and BoS indicator bit
Change-Id: Ia68997e57374ecc7a397f2319166484a257e0d8c
diff --git a/pom.xml b/pom.xml
index ea83b8e..6b61e07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -711,7 +711,7 @@
<dependency>
<groupId>org.projectfloodlight</groupId>
<artifactId>openflowj</artifactId>
- <version>0.3.8-SNAPSHOT</version>
+ <version>0.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>