Node MAC address to be derived inside the protocol plugin 22/422/4
authorAlessandro Boch <aboch@cisco.com>
Mon, 3 Jun 2013 16:46:09 +0000 (09:46 -0700)
committerAlessandro Boch <aboch@cisco.com>
Mon, 3 Jun 2013 18:54:59 +0000 (11:54 -0700)
commit2aa5c39bdd7c498a3b33db434d3943c130e05bc8
tree56fa090de5b173e8ce40a3045088d4cea6837d96
parent4b51e79b36e17fb1f17d3a9b9a3ea6495486ccac
Node MAC address to be derived inside the protocol plugin

- Moved network node's MAC computation from switch mgr to InventoryShimService in protocol plugin
- Modified MAC property to only carry network node MAC
- Some automatic coding style changes
- Some static analysis fix

Change-Id:I8481176d3fa3fcc004f642ea865b7be3593bdfc4
Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/northbound/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/northbound/SwitchNorthbound.java
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/InventoryServiceShim.java
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/MacAddress.java
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/Property.java
opendaylight/switchmanager/api/src/main/java/org/opendaylight/controller/switchmanager/Switch.java
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManagerImpl.java
opendaylight/switchmanager/implementation/src/test/java/org/opendaylight/controller/switchmanager/internal/SwitchManagerImplTest.java