Initial code structure of MDSAL based FRM module. 23/2223/4
authorPrasanna Huddar <prasanna.huddar@ericsson.com>
Mon, 28 Oct 2013 14:52:46 +0000 (20:22 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 29 Oct 2013 12:38:42 +0000 (12:38 +0000)
commit421d43013a16c9c2e025c66fea06f97e3f927bb9
treeff30d6cdefc471e9e0a54e49109c0bafe6afc90f
parent25563418e1867be44ab8d829db30360df60ee1c9
Initial code structure of MDSAL based FRM module.
This is base code structure for using MD-SAL from NSF.
This is not integrated with MAIN Pom.xml.
Its still independent bundle.
We need provider in plugin to execute this code.
Also there is addFlowTest() in file FlowConsumerImpl file is used to send hardcoded data to provider in plugin comment out the code if you use rest conf API.

Signed-off-by: Prasanna Huddar <prasanna.huddar@ericsson.com>
Change-Id: Iaba741863a5aaa9d9f588a7964fc699771cee1ed
opendaylight/forwardingrulesmanager_mdsal/openflow/pom.xml [new file with mode: 0644]
opendaylight/forwardingrulesmanager_mdsal/openflow/src/main/java/org/opendaylight/controller/forwardingrulesmanager_mdsal/consumer/impl/FRMConsumerImpl.java [new file with mode: 0644]
opendaylight/forwardingrulesmanager_mdsal/openflow/src/main/java/org/opendaylight/controller/forwardingrulesmanager_mdsal/consumer/impl/FlowConsumerImpl.java [new file with mode: 0644]
opendaylight/forwardingrulesmanager_mdsal/openflow/src/main/java/org/opendaylight/controller/forwardingrulesmanager_mdsal/consumer/impl/GroupConsumerImpl.java [new file with mode: 0644]