Merge changes I0e8c20b4,Id6b80c7e
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / bgpmanager / globals / BgpConstants.java
1 package org.opendaylight.bgpmanager.globals;
2
3
4 public class BgpConstants {
5
6     public static final String BGP_SPEAKER_HOST_NAME = "bpg.speaker.host.name";
7     public static final String BGP_SPEAKER_THRIFT_PORT = "bgp.speaker.thrift.port";
8     public static final String DEFAULT_BGP_HOST_NAME = "localhost";
9     public static final int DEFAULT_BGP_THRIFT_PORT = 7644;
10
11
12 }