Fixed the problem in which different containers could have different mac addresses... 68/5668/2
authorAsad Ahmed <asaahmed@cisco.com>
Tue, 18 Mar 2014 21:06:22 +0000 (14:06 -0700)
committerAsad Ahmed <asaahmed@cisco.com>
Tue, 18 Mar 2014 23:57:06 +0000 (16:57 -0700)
commit4d567444e3a4388dc11fac4daa4aa456c13537d8
treec5939955e3def01946bc1c3e4428bee0d2f55333
parent6aea408d97cee4257c2261f7a765396e0a0b9e3e
Fixed the problem in which different containers could have different mac addresses. This caused problems such as a gateway appearing as host, host appearing on isl's etc.

Change-Id: I8b9d4f4c632d89a1379f08f281838772379c9d5c
Signed-off-by: Asad Ahmed<asaahmed@cisco.com>
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/Activator.java
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/ControllerProperties.java [new file with mode: 0644]
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/IControllerProperties.java [new file with mode: 0644]
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManager.java