Netvirt troubleshooting improvements
[netvirt.git] / bgpmanager / impl / src / main / java / org / opendaylight / netvirt / bgpmanager / BgpConfigurationManager.java
index b353c0013c002214f90e907291277fb5eaebf0c0..78c2642f023f3296df27551514422cd7a9632c06 100755 (executable)
@@ -250,7 +250,7 @@ public class BgpConfigurationManager implements EbgpService {
     private int totalExternalMacRoutes;
 
     private final ScheduledExecutorService executor = Executors.newSingleThreadScheduledExecutor(
-            new ThreadFactoryBuilder().setNameFormat("BgpConfigurationManager-%d").setDaemon(true).build());
+            new ThreadFactoryBuilder().setNameFormat("bgp-config-%d").setDaemon(true).build());
 
     /**
      * this map store the new address families to send to quagga. When it is sended you must clear it.