HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_LS
Chapter 3 263
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_LS
ls_name
Name of link station. This is an 8-byte ASCII string,
padded on the right with spaces if the name is shorter
than 8 bytes.
def_data.description
A null-terminated text string (0-31 characters followed
by a null character) describing the LS. This string is for
information only; it is stored in the node's configuration
file and returned on the QUERY_LS, QUERY_PU, and
QUERY_DOWNSTREAM_PU verbs, but SNAplus2
does not make any other use of it.
def_data.initially_active
Specifies whether this LS is automatically started
when the node is started. Possible values are:
AP_YES
The LS is automatically started when
the node is started.
AP_NO
The LS is not automatically started;
it must be started manually.
def_data.react_timer
Reactivation timer for reactivating a failed LS. If the
react_timer_retry
parameter below is nonzero, to
specify that SNAplus2 should retry activating the LS if
it fails, this parameter specifies the time in seconds
between retries. When theLS fails, or whenan attempt
to reactivate it fails, SNAplus2 waits for the specified
time before retrying the activation. If
react_timer_retry
is zero, this parameter is ignored.
def_data.react_timer_retry