BgpManager commit for:
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / bgpmanager / globals / BgpConstants.java
index 5ffca0a9dea9d4aae98ffd3f7b81576423764ea1..396ed8b7d2c608c40d74a4c7fe2d34fca509c08d 100644 (file)
@@ -3,8 +3,8 @@ package org.opendaylight.bgpmanager.globals;
 
 public class BgpConstants {
 
-    public static final String BGP_SPEAKER_HOST_NAME = "bpg.speaker.host.name";
-    public static final String BGP_SPEAKER_THRIFT_PORT = "bgp.speaker.thrift.port";
+    public static final String BGP_SPEAKER_HOST_NAME = "vpnservice.bgpspeaker.host.name";
+    public static final String BGP_SPEAKER_THRIFT_PORT = "vpnservice.bgpspeaker.thrift.port";
     public static final String DEFAULT_BGP_HOST_NAME = "localhost";
     public static final int DEFAULT_BGP_THRIFT_PORT = 7644;