Provide an MDSalNodeFactory to construct an MD-SAL node for NB interfaces like the... 83/3883/1
authorMoiz Raja <moraja@cisco.com>
Fri, 20 Dec 2013 23:47:29 +0000 (15:47 -0800)
committerMoiz Raja <moraja@cisco.com>
Fri, 20 Dec 2013 23:47:29 +0000 (15:47 -0800)
commitb2b2cff46731661cffc4fcea32cc77f24ebe7366
treef01f6e476d37e60ae773db46d2a41e5f3e2fdc60
parent66af51651ec5099484fc25ae53eaf38370bb9f30
Provide an MDSalNodeFactory to construct an MD-SAL node for NB interfaces like the Forwarding Rules Manager

When you try to get flows using the FR NB API for a given node you have to provide both a node type and node id. Since MD_SAL nodes
have a type MD_SAL which is not one of the standard types you need to provide and register a NodeFactory which can construct a Node
for an MD_SAL Node type.

Change-Id: Idc6631f58e248a1d958227312de07faa1fbc3d6e
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/compatibility/sal-compatibility/src/main/java/org/opendaylight/controller/sal/compatibility/ComponentActivator.xtend
opendaylight/md-sal/compatibility/sal-compatibility/src/main/java/org/opendaylight/controller/sal/compatibility/MDSalNodeFactory.java [new file with mode: 0644]