Removed legacy code that wasn't being used. 66/4366/1
authorEd Warnicke <eaw@cisco.com>
Fri, 17 Jan 2014 21:38:01 +0000 (15:38 -0600)
committerEd Warnicke <eaw@cisco.com>
Fri, 17 Jan 2014 21:38:01 +0000 (15:38 -0600)
commit64fe0fbca1a6c2b77ad25f568d73a7eb64236d16
tree41cfbbbb5d26fb946aa96a3af3956f158c695cda
parent8b9a3ff2bbc83941254b46b818cbbae5cc1a3a5b
Removed legacy code that wasn't being used.

Change-Id: I502025fed4b1434fb8739b31902d75b464e53340
Signed-off-by: Ed Warnicke <eaw@cisco.com>
342 files changed:
pom.xml
third-party/openflow-codec/LICENSE [deleted file]
third-party/openflow-codec/Makefile [deleted file]
third-party/openflow-codec/README [deleted file]
third-party/openflow-codec/lib/commons-cli-1.2.jar [deleted file]
third-party/openflow-codec/lib/junit-4.8.1.jar [deleted file]
third-party/openflow-codec/pom.xml [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/example/SelectListener.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/example/SelectLoop.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/example/SimpleController.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/example/cli/Option.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/example/cli/Options.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/example/cli/ParseException.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/example/cli/SimpleCLI.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/io/ByteDataBuffer.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/io/DataBuffers.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/io/IDataBuffer.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/io/OFMessageAsyncStream.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/io/OFMessageInStream.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/io/OFMessageOutStream.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/Instantiable.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFBMatchFields.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPBarrierReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPBarrierRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPEchoReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPEchoRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPErrorMsg.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPErrorType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPExperimenterHeader.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPFlowMod.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPFlowModCommand.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPFlowModFlags.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPFlowRemoved.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPGetConfigReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPGetConfigRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPGroupMod.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPHello.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPHelloElemHeader.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPHelloElemType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPHelloElemVersionBitmap.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPMatch.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPMatchBeanInfo.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPMatchType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPMessage.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPMultipartMessageBase.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPMultipartReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPMultipartRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPPacketIn.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPPacketOut.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPPort.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPPortMod.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPPortNo.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPPortStatus.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPQueueConfigReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPQueueConfigRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPSetConfig.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPSwitchConfig.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPSwitchFeaturesReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPSwitchFeaturesRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPTableMod.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OXMClass.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OXMField.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPAction.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionCopyTimeToLiveIn.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionCopyTimeToLiveOut.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionDecMplsTimeToLive.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionDecNetworkTimeToLive.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionExperimenterHeader.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionGroup.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionMplsTimeToLive.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionNetworkTimeToLive.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionOutput.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPopMpls.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPopPbb.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPopVLAN.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPush.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPushMpls.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPushPbb.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPushVLAN.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionSetField.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionSetQueue.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPBucket.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPBucketCounter.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPGroupType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPActionFactory.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPActionFactoryAware.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPBasicFactoryImpl.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPInstructionFactory.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPInstructionFactoryAware.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPMessageFactory.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPMessageFactoryAware.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPQueuePropertyFactory.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPQueuePropertyFactoryAware.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPStatisticsFactory.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPStatisticsFactoryAware.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPTableFeaturePropFactory.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPTableFeaturePropFactoryAware.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstruction.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionActions.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionApplyActions.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionClearActions.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionExperimenter.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionGoToTable.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionMeter.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionWriteActions.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/instruction/OFPInstructionWriteMetaData.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/queue/OFPPacketQueue.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/queue/OFPQueueProperty.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/queue/OFPQueuePropertyExperimenter.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/queue/OFPQueuePropertyMaxRate.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/queue/OFPQueuePropertyMinRate.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/queue/OFPQueuePropertyType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPAggregateStatisticsReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPAggregateStatisticsRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPDescriptionStatistics.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPExperimenterMultipartHeader.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPExtStatistics.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPFlowStatisticsReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPFlowStatisticsRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPGroupDescription.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPGroupFeatures.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPGroupStatisticsReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPMultipartTypes.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPPortDescriptionStatistics.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPPortStatisticsReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPPortStatisticsRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPQueueStatisticsReply.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPQueueStatisticsRequest.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPStatistics.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPTableFeatures.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/OFPTableStatistics.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropActions.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplyActions.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplyActionsMiss.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplySetField.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplySetFieldMiss.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropExperimenter.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropExperimenterMiss.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropHeader.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropInstructions.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropInstructionsMiss.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropMatch.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropNextTables.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropNextTablesMiss.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropOXM.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropType.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropWildcards.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropWriteActions.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropWriteActionsMiss.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropWriteSetField.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropWriteSetFieldMiss.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/HexString.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/LRULinkedHashMap.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/MatchUtil.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/StringByteSerializer.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/U16.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/U32.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/U64.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/U8.java [deleted file]
third-party/openflow-codec/src/main/java/org/openflow/codec/util/Unsigned.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/io/OFMessageAsyncStreamTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPBarrierReplyTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPBarrierRequestTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPBasicFactoryImplTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPErrorMsgTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPExperimenterHeaderTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPFlowModTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPFlowRemovedTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPGetConfigReplyTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPGetConfigRequestTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPHelloTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPMatchTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPMultipartReplyTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPMultipartRequestTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPMultipartTypeTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPPActionTypeTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPPortConfigTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPPortStatusTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPQueueConfigTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPSetConfigTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPSwitchFeaturesReplyTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/OFPTypeTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/instruction/OFPInstructionActionsTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/instruction/OFPInstructionExperimenterTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/instruction/OFPInstructionGoToTableTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/instruction/OFPInstructionMeterTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/instruction/OFPInstructionWriteMetaDataTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/protocol/queue/OFPQueuePropertyTypeTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/util/HexStringTest.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/util/OFTestCase.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/util/U16Test.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/util/U32Test.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/util/U64Test.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/util/U8Test.java [deleted file]
third-party/openflow-codec/src/test/java/org/openflow/codec/util/UnsignedTest.java [deleted file]
third-party/openflowj_netty/LICENSE [deleted file]
third-party/openflowj_netty/Makefile [deleted file]
third-party/openflowj_netty/README [deleted file]
third-party/openflowj_netty/eclipse_codestyle.xml [deleted file]
third-party/openflowj_netty/lib/commons-cli-1.2.jar [deleted file]
third-party/openflowj_netty/lib/junit-4.8.1.jar [deleted file]
third-party/openflowj_netty/pom.xml [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/Instantiable.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFBarrierReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFBarrierRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFEchoReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFEchoRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFError.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFFeaturesReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFFeaturesRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFFlowMod.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFFlowRemoved.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFGetConfigReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFGetConfigRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFHello.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFMatch.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFMatchBeanInfo.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFMatchWithSwDpid.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFMessage.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFMessageContextStore.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFPacketIn.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFPacketOut.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFPacketQueue.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFPhysicalPort.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFPort.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFPortMod.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFPortStatus.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFQueueGetConfigReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFQueueGetConfigRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFQueueProp.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFSetConfig.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFStatisticsMessageBase.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFStatisticsReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFStatisticsRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFSwitchConfig.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFType.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/OFVendor.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/Wildcards.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFAction.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionDataLayer.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionDataLayerDestination.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionDataLayerSource.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionEnqueue.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionNetworkLayerAddress.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionNetworkLayerDestination.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionNetworkLayerSource.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionNetworkTypeOfService.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionOutput.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionStripVirtualLan.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionTransportLayer.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionTransportLayerDestination.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionTransportLayerSource.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionType.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionVendor.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionVendorGeneric.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionVirtualLanIdentifier.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/action/OFActionVirtualLanPriorityCodePoint.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/BasicFactory.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/MessageParseException.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFActionFactory.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFActionFactoryAware.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFMessageFactory.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFMessageFactoryAware.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFStatisticsFactory.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFStatisticsFactoryAware.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFVendorActionFactory.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFVendorActionRegistry.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFVendorDataFactory.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/factory/OFVendorDataFactoryAware.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFAggregateStatisticsReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFAggregateStatisticsRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFDescriptionStatistics.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFFlowStatisticsReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFFlowStatisticsRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFPortStatisticsReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFPortStatisticsRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFQueueStatisticsReply.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFQueueStatisticsRequest.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFStatistics.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFStatisticsType.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFTableStatistics.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/statistics/OFVendorStatistics.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/vendor/OFBasicVendorDataType.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/vendor/OFBasicVendorId.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/vendor/OFByteArrayVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/vendor/OFVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/vendor/OFVendorDataType.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/protocol/vendor/OFVendorId.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/HexString.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/IProducer.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/LRULinkedHashMap.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/ProducerConsumer.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/StringByteSerializer.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/U16.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/U32.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/U64.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/U8.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/util/Unsigned.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/nicira/OFNiciraVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/nicira/OFNiciraVendorExtensions.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/nicira/OFRoleReplyVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/nicira/OFRoleRequestVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/nicira/OFRoleVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/openflow/OFOpenFlowVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/openflow/OFOpenFlowVendorExtensions.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/openflow/OFQueueDeleteVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/openflow/OFQueueModifyVendorData.java [deleted file]
third-party/openflowj_netty/src/main/java/org/openflow/vendor/openflow/OFQueueVendorData.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/BasicFactoryTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFActionTypeTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFBarrierReplyTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFBarrierRequestTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFErrorTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFFeaturesReplyTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFFlowRemovedTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFGetConfigReplyTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFGetConfigRequestTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFMatchTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFMessageContextStoreTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFPacketOutTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFPortConfigTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFPortStatusTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFSetConfigTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFStatisticsReplyTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFStatisticsRequestTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFStatisticsTypeTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFTypeTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/OFVendorTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/WildcardsTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/action/MockVendorAction.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/action/MockVendorActionFactory.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/protocol/action/OFVendorActionRegistryTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/util/HexStringTest.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/util/OFTestCase.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/util/U16Test.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/util/U32Test.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/util/U64Test.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/util/U8Test.java [deleted file]
third-party/openflowj_netty/src/test/java/org/openflow/util/UnsignedTest.java [deleted file]