BgpManager Initial commit
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / bgpmanager / globals / BgpConstants.java
diff --git a/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/globals/BgpConstants.java b/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/bgpmanager/globals/BgpConstants.java
new file mode 100644 (file)
index 0000000..5ffca0a
--- /dev/null
@@ -0,0 +1,12 @@
+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 DEFAULT_BGP_HOST_NAME = "localhost";
+    public static final int DEFAULT_BGP_THRIFT_PORT = 7644;
+
+
+}
\ No newline at end of file