public static final class BgpConstants.Update.Origin extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EGP
BGP UPDATE ORIGIN: EGP.
|
static int |
IGP
BGP UPDATE ORIGIN: IGP.
|
static int |
INCOMPLETE
BGP UPDATE ORIGIN: INCOMPLETE.
|
static int |
LENGTH
BGP UPDATE Attributes Type Code ORIGIN length.
|
static int |
TYPE
BGP UPDATE Attributes Type Code ORIGIN.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
typeToString(int type)
Gets the BGP UPDATE origin type as a string.
|
public static final int TYPE
public static final int LENGTH
public static final int IGP
public static final int EGP
public static final int INCOMPLETE
public static String typeToString(int type)
type - the BGP UPDATE origin type