Class qbgpConstants
- java.lang.Object
-
- org.opendaylight.netvirt.bgpmanager.thrift.gen.qbgpConstants
-
public class qbgpConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BGP_ERR_ACTIVE
static int
BGP_ERR_FAILED
static int
BGP_ERR_INACTIVE
static int
BGP_ERR_NOT_ITER
static int
BGP_ERR_NOT_SUPPORTED
static int
BGP_ERR_PARAM
static int
BGP_ERR_PEER_EXISTS
static int
BGP_ETHTAG_MAX_ET
static int
BGP_RT_ADD
static int
BGP_RT_DEL
static int
GET_RTS_INIT
static int
GET_RTS_NEXT
static int
LBL_EXPLICIT_NULL
static int
LBL_NO_LABEL
-
Constructor Summary
Constructors Constructor Description qbgpConstants()
-
-
-
Field Detail
-
LBL_NO_LABEL
public static final int LBL_NO_LABEL
- See Also:
- Constant Field Values
-
LBL_EXPLICIT_NULL
public static final int LBL_EXPLICIT_NULL
- See Also:
- Constant Field Values
-
BGP_RT_ADD
public static final int BGP_RT_ADD
- See Also:
- Constant Field Values
-
BGP_RT_DEL
public static final int BGP_RT_DEL
- See Also:
- Constant Field Values
-
GET_RTS_INIT
public static final int GET_RTS_INIT
- See Also:
- Constant Field Values
-
GET_RTS_NEXT
public static final int GET_RTS_NEXT
- See Also:
- Constant Field Values
-
BGP_ERR_FAILED
public static final int BGP_ERR_FAILED
- See Also:
- Constant Field Values
-
BGP_ERR_ACTIVE
public static final int BGP_ERR_ACTIVE
- See Also:
- Constant Field Values
-
BGP_ERR_INACTIVE
public static final int BGP_ERR_INACTIVE
- See Also:
- Constant Field Values
-
BGP_ERR_NOT_ITER
public static final int BGP_ERR_NOT_ITER
- See Also:
- Constant Field Values
-
BGP_ERR_PEER_EXISTS
public static final int BGP_ERR_PEER_EXISTS
- See Also:
- Constant Field Values
-
BGP_ERR_PARAM
public static final int BGP_ERR_PARAM
- See Also:
- Constant Field Values
-
BGP_ERR_NOT_SUPPORTED
public static final int BGP_ERR_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
BGP_ETHTAG_MAX_ET
public static final int BGP_ETHTAG_MAX_ET
- See Also:
- Constant Field Values
-
-