Implemented Table Feature Multipart RPC 48/3548/3
authorHemaTG <hema.gopalkrishnan@ericsson.com>
Sat, 7 Dec 2013 12:01:31 +0000 (17:31 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 8 Dec 2013 08:22:28 +0000 (08:22 +0000)
commit7d358055f431424d707cc6d217cd31017bc30d94
treee3b291535e8de23f9981ba08dbfeda02aa493320
parent10b7a117b55d688e47e3e5f99c279fcce5d9a072
Implemented Table Feature Multipart RPC

Signed-off-by: HemaTG <hema.gopalkrishnan@ericsson.com>
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/ModelDrivenSwitch.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/MDController.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/ModelDrivenSwitchImpl.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/TableFeaturesConvertor.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/TableFeaturesReplyConvertor.java [new file with mode: 0644]
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/translator/MultipartReplyTableFeaturesToTableUpdatedTranslator.java [new file with mode: 0644]