model of switch features in md-sal 82/3682/6
authorJuraj Sebin <jsebin@cisco.com>
Thu, 12 Dec 2013 13:59:40 +0000 (14:59 +0100)
committerJuraj Sebin <jsebin@cisco.com>
Sat, 14 Dec 2013 14:22:18 +0000 (15:22 +0100)
commit98cd3a58508f6e677f9ac9f43b29500d9dddcdf3
tree39973d8a5372859216195a93a13cf938a66c7421
parent949d0dc1dbd8b4c53056682975eb228a60e8d6ca
model of switch features in md-sal

updated method nodeAdded in SalRegistrationManager to store switch features in NodeUpdated

do not merge before: http://git.opendaylight.org/gerrit/3681

Change-Id: I4ddf9097185914abe1575bf54e3c3d7d72ccdec6
Signed-off-by: Juraj Sebin <jsebin@cisco.com>
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/OFConstants.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/BuildSwitchCapabilitiesOF10.java [new file with mode: 0644]
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/BuildSwitchCapabilitiesOF13.java [new file with mode: 0644]
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/BuildSwitchFeatures.java [new file with mode: 0644]
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/SalRegistrationManager.java
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/SwitchFeaturesUtil.java [new file with mode: 0644]
openflowplugin/src/test/java/org/opendaylight/openflowplugin/openflow/md/core/sal/SwitchFeaturesUtilTest.java [new file with mode: 0644]