84fc680df57c227fdff14df2cae3b1cf061bbea6
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / bgpmanager / globals / BgpConstants.java
1 /*
2  * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 package org.opendaylight.bgpmanager.globals;
10
11
12 public class BgpConstants {
13
14     public static final String BGP_SPEAKER_HOST_NAME = "vpnservice.bgpspeaker.host.name";
15     public static final String BGP_SPEAKER_THRIFT_PORT = "vpnservice.bgpspeaker.thrift.port";
16     public static final String DEFAULT_BGP_HOST_NAME = "localhost";
17     public static final int DEFAULT_BGP_THRIFT_PORT = 7644;
18
19
20 }