BGPManager module sync up
[netvirt.git] / vpnservice / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / netvirt / 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.netvirt.bgpmanager.thrift.gen;
9
10 public class qbgpConstants {
11
12   public static final int LBL_NO_LABEL = 0;
13
14   public static final int LBL_EXPLICIT_NULL = 3;
15
16   public static final int BGP_RT_ADD = 0;
17
18   public static final int BGP_RT_DEL = 1;
19
20   public static final int GET_RTS_INIT = 0;
21
22   public static final int GET_RTS_NEXT = 1;
23
24   public static final int BGP_ERR_FAILED = 1;
25
26   public static final int BGP_ERR_ACTIVE = 10;
27
28   public static final int BGP_ERR_INACTIVE = 11;
29
30   public static final int BGP_ERR_NOT_ITER = 15;
31
32   public static final int BGP_ERR_PARAM = 100;
33
34 }