BgpManager commit for:
[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 = "vpnservice.bgpspeaker.host.name";
7     public static final String BGP_SPEAKER_THRIFT_PORT = "vpnservice.bgpspeaker.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 }