SSF.OS.OSPF
Class Options
java.lang.Object
|
+--SSF.OS.OSPF.Options
- public synchronized class Options
- extends java.lang.Object
|
Method Summary |
(package private) static void |
()
|
static void |
config(com.renesys.raceway.DML.Configuration)
|
static void |
debugmsg(sOSPF,
int,
int,
int,
int,
java.lang.Object,
java.lang.Object)
|
static void |
validation_msg(sOSPF,
int,
int,
java.lang.Object)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugging_on
public static final boolean debugging_on
- See Also:
- Constant Field Values
num_bool_opts
private static final int num_bool_opts
- See Also:
- Constant Field Values
bool_opt_names
private static final java.lang.String[] bool_opt_names
IFS
public static final int IFS
- See Also:
- Constant Field Values
AS_NUM
public static final int AS_NUM
- See Also:
- Constant Field Values
AS_AREA
public static final int AS_AREA
- See Also:
- Constant Field Values
RTR_TYPE
public static final int RTR_TYPE
- See Also:
- Constant Field Values
HELLO
public static final int HELLO
- See Also:
- Constant Field Values
LSA
public static final int LSA
- See Also:
- Constant Field Values
LSDB
public static final int LSDB
- See Also:
- Constant Field Values
FWD_TABLE
public static final int FWD_TABLE
- See Also:
- Constant Field Values
NO_TEST
public static final int NO_TEST
- See Also:
- Constant Field Values
ROUTERTYPE1
public static final int ROUTERTYPE1
- See Also:
- Constant Field Values
INTERFACES1
public static final int INTERFACES1
- See Also:
- Constant Field Values
LSDB1
public static final int LSDB1
- See Also:
- Constant Field Values
FWDTABLE1
public static final int FWDTABLE1
- See Also:
- Constant Field Values
ROUTERTYPE2
public static final int ROUTERTYPE2
- See Also:
- Constant Field Values
INTERFACES2
public static final int INTERFACES2
- See Also:
- Constant Field Values
LSDB2
public static final int LSDB2
- See Also:
- Constant Field Values
FWDTABLE2
public static final int FWDTABLE2
- See Also:
- Constant Field Values
usenhi
public static boolean usenhi
opt
public static boolean[] opt
wrapup
public static boolean wrapup
validation_test
public static int validation_test
numdata
private static int numdata
Options
public Options()
config
public static void config(com.renesys.raceway.DML.Configuration)
throws com.renesys.raceway.DML.configException
com.renesys.raceway.DML.configException
debugmsg
public static void debugmsg(sOSPF,
int,
int,
int,
int,
java.lang.Object,
java.lang.Object)
validation_msg
public static void validation_msg(sOSPF,
int,
int,
java.lang.Object)
static void ()