HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_LS_ROUTING
3.64.6 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.65 DELETE_LS_ROUTING
The DELETE_LS_ROUTING verb deletes the association of a partner LU to a link station that was previously
defined using the DEFINE_LS_ROUTING verb.
3.65.1 VCB Structure
typedef struct delete_ls_routing
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char lu_name[8]; /* LU Name */
unsigned char lu_alias[8]; /* reserved */
unsigned char fq_partner_lu[17]; /* partner lu name */
unsigned char wildcard_fqplu; /* wildcard partner LU flag */
unsigned char reserv3[2]; /* reserved */
} DELETE_LS_ROUTING;
3.65.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_LS_ROUTING
lu_name
Name of the local LU that communicated with the partner LU (specified by the fq_partner_lu parameter).
Specify 1–8 locally displayable characters.
fq_partner_lu
Fully qualified name of the partner LU to be removed from the local LU’s LS routing data. Specify 3–17
locally displayable characters that consist of a 1–8 character network name, followed by a period, followed
by a 1–8 character partner LU name.
To delete a wildcard entry, specify the same wildcard LU name that you used to define the entry. You cannot
use wildcards to delete more than one explicitly-defined entry.
wildcard_fqplu
Wildcard partner LU flag indicating whether the fq_partner_lu parameter contains a full or partial wildcard.
This flag is used to delete a wildcard entry; you cannot use wildcards to delete more than one explicitly-
defined entry. Possible values are:
AP_YES
The fq_partner_lu parameter contains a wildcard entry.
295