Static Flow Pusher supports all OF1.3 matches and most OF1.3 actions (with the...
Static Flow Pusher supports all OF1.3 matches and most OF1.3 actions (with the exception of masks). LoadBalancer corrected; OFFlowAdd used instead of OFFlowModify and OFPort.ZERO correct to OFPort.ANY. ActionUtils, MatchUtils, and InstructionUtils added to support static flow pusher. Strings defining flow fields *standardized* for Floodlight in the new utils classes. This means the REST API for the SFP will expect a sligthly different syntax than the current REST API (for master and 0.90). We can change the field names easily though in the utils files. These names are also referenced for the keys the SFP uses to store flow match fields and actions, just to be consistent.
Showing
- build.xml 3 additions, 3 deletionsbuild.xml
- src/main/java/net/floodlightcontroller/loadbalancer/LoadBalancer.java 3 additions, 3 deletions...a/net/floodlightcontroller/loadbalancer/LoadBalancer.java
- src/main/java/net/floodlightcontroller/staticflowentry/StaticFlowEntries.java 125 additions, 12 deletions...oodlightcontroller/staticflowentry/StaticFlowEntries.java
- src/main/java/net/floodlightcontroller/staticflowentry/StaticFlowEntryPusher.java 49 additions, 10 deletions...ightcontroller/staticflowentry/StaticFlowEntryPusher.java
- src/main/java/net/floodlightcontroller/testmodule/TestModule.java 39 additions, 25 deletions.../java/net/floodlightcontroller/testmodule/TestModule.java
- src/main/java/net/floodlightcontroller/util/ActionUtils.java 644 additions, 99 deletionssrc/main/java/net/floodlightcontroller/util/ActionUtils.java
- src/main/java/net/floodlightcontroller/util/InstructionUtils.java 350 additions, 0 deletions.../java/net/floodlightcontroller/util/InstructionUtils.java
- src/main/java/net/floodlightcontroller/util/MatchUtils.java 78 additions, 19 deletionssrc/main/java/net/floodlightcontroller/util/MatchUtils.java
- src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java 8 additions, 8 deletions...et/floodlightcontroller/core/internal/ControllerTest.java
- src/test/java/net/floodlightcontroller/core/internal/OFSwitchHandshakeHandlerVer13Test.java 7 additions, 91 deletions...ller/core/internal/OFSwitchHandshakeHandlerVer13Test.java
- src/test/java/net/floodlightcontroller/core/internal/OFSwitchManagerTest.java 3 additions, 3 deletions...oodlightcontroller/core/internal/OFSwitchManagerTest.java
- src/test/java/net/floodlightcontroller/debugcounter/CounterHierarchyBelowTest.java 2 additions, 4 deletions...ghtcontroller/debugcounter/CounterHierarchyBelowTest.java
- src/test/java/net/floodlightcontroller/debugcounter/CounterHierarchyGetTest.java 2 additions, 4 deletions...lightcontroller/debugcounter/CounterHierarchyGetTest.java
- src/test/java/net/floodlightcontroller/debugcounter/CounterHierarchyPutTest.java 2 additions, 4 deletions...lightcontroller/debugcounter/CounterHierarchyPutTest.java
- src/test/java/net/floodlightcontroller/debugcounter/DebugCounterTest.java 2 additions, 4 deletions...t/floodlightcontroller/debugcounter/DebugCounterTest.java
- src/test/java/net/floodlightcontroller/debugevent/CircularBufferTest.java 2 additions, 2 deletions...t/floodlightcontroller/debugevent/CircularBufferTest.java
- src/test/java/net/floodlightcontroller/debugevent/DebugEventTest.java 2 additions, 3 deletions...a/net/floodlightcontroller/debugevent/DebugEventTest.java
- src/test/java/net/floodlightcontroller/debugevent/EventTest.java 2 additions, 2 deletions...t/java/net/floodlightcontroller/debugevent/EventTest.java
- src/test/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImplTest.java 1 addition, 1 deletion...troller/devicemanager/internal/DeviceManagerImplTest.java
- src/test/java/net/floodlightcontroller/firewall/FirewallTest.java 61 additions, 54 deletions.../java/net/floodlightcontroller/firewall/FirewallTest.java
Loading
Please register or sign in to comment