Replaced updateSwitchConfig() with updateNodeConfig() in loadSwitchConfiguration...
[controller.git] / opendaylight / switchmanager / implementation / src / main / java / org / opendaylight / controller / switchmanager / internal / SwitchManager.java
index 0705984bfe334b0eaff2ef2a0c3675c615ec3821..f50f303a3f6b07dd325bc4d488d86092499b61a8 100644 (file)
@@ -636,7 +636,7 @@ CommandProvider {
         }
 
         for (SwitchConfig conf : confList.values()) {
-            updateSwitchConfig(conf);
+            updateNodeConfig(conf);
         }
     }