Updated BgpManager for Be
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / bgpmanager / thrift / gen / qbgpConstants.java
1 /**
2  * Autogenerated by Thrift Compiler (0.9.1)
3  *
4  * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5  *  @generated
6  */
7
8 package org.opendaylight.bgpmanager.thrift.gen;
9
10 import org.apache.thrift.scheme.IScheme;
11 import org.apache.thrift.scheme.SchemeFactory;
12 import org.apache.thrift.scheme.StandardScheme;
13
14 import org.apache.thrift.scheme.TupleScheme;
15 import org.apache.thrift.protocol.TTupleProtocol;
16 import org.apache.thrift.protocol.TProtocolException;
17 import org.apache.thrift.EncodingUtils;
18 import org.apache.thrift.TException;
19 import org.apache.thrift.async.AsyncMethodCallback;
20 import org.apache.thrift.server.AbstractNonblockingServer.*;
21 import java.util.List;
22 import java.util.ArrayList;
23 import java.util.Map;
24 import java.util.HashMap;
25 import java.util.EnumMap;
26 import java.util.Set;
27 import java.util.HashSet;
28 import java.util.EnumSet;
29 import java.util.Collections;
30 import java.util.BitSet;
31 import java.nio.ByteBuffer;
32 import java.util.Arrays;
33 import org.slf4j.Logger;
34 import org.slf4j.LoggerFactory;
35
36 public class qbgpConstants {
37
38   public static final int LBL_NO_LABEL = 0;
39
40   public static final int LBL_EXPLICIT_NULL = 3;
41
42   public static final int BGP_RT_ADD = 0;
43
44   public static final int BGP_RT_DEL = 1;
45
46   public static final int GET_RTS_INIT = 0;
47
48   public static final int GET_RTS_NEXT = 1;
49
50   public static final int BGP_ERR_FAILED = 1;
51
52   public static final int BGP_ERR_ACTIVE = 10;
53
54   public static final int BGP_ERR_INACTIVE = 11;
55
56   public static final int BGP_ERR_NOT_ITER = 15;
57
58   public static final int BGP_ERR_PARAM = 100;
59
60 }