public static final class BgpConstants.Update.AsPath extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AS_CONFED_SEQUENCE
BGP UPDATE AS_PATH Type: AS_CONFED_SEQUENCE.
|
static int |
AS_CONFED_SET
BGP UPDATE AS_PATH Type: AS_CONFED_SET.
|
static int |
AS_SEQUENCE
BGP UPDATE AS_PATH Type: AS_SEQUENCE.
|
static int |
AS_SET
BGP UPDATE AS_PATH Type: AS_SET.
|
static int |
TYPE
BGP UPDATE Attributes Type Code AS_PATH.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
typeToString(int type)
Gets the BGP AS_PATH type as a string.
|
public static final int TYPE
public static final int AS_SET
public static final int AS_SEQUENCE
public static final int AS_CONFED_SEQUENCE
public static final int AS_CONFED_SET
public static String typeToString(int type)
type - the BGP AS_PATH type