
{
{      This directive can be used to define the paths between the local
{ host and the defined remote hosts.  One directive is required for
{ each physical LCN path that the user is defining.  This should
{ only be used if the user wants to limit or extend the
{ physical paths which would be defined by the AUTO_PATH_GENERATION
{ directive.
{
{ DEFINE_LCN_PATH, DEFLP(
{      local_nad, ln: name = $required
{      remote_nad, rn: name = $required
{      exclude_trunk, et: list 1..3 of name = $optional
{      physical_identifier, pid, pi: string 3 = $optional
{      host_connection, hc: integer 0..3 = 0
{      logical_network, lnet: integer 0..0FF(16) = 0
{      logical_nad, lnad: integer 0..0FF(16) = 0
{      access_code, ac: integer 0..0FFFF(16) = 0)
{
{ local_nad:  This parameter specifies the name of the local NAD
{   that is used to access the remote host.  The name must have been
{   defined by a previous define_local_nad directive.
{
{ remote_nad:  This parameter specifies the name of the remote
{   NAD that is used to access the remote host.  The name must have
{   been defined by a previous define_remote_nad directive.
{
{ exclude_trunk:  This parameter specifies which trunks, if any, should
{   not be used for this path.
{
{ physical_identifier:  This parameter specifies the remote host that is
{   the destination host on this path.  This parameter is required if the
{   remote nad is an inter-network type of NAD, otherwise this parameter is
{   ignored.
{
{ host_connection:  This parameter specifies which remote NAD
{   device interface should be used to access the remote host.  This is only
{   used if the remote NAD is a VAX NAD and the destination host is not
{   the default host connection.
{
{ logical_network:  This parameter specifies the logical network where
{   the remote host resides.  If zero, the remote_nad is directly
{   coupled to the remote host.
{
{ logical_nad:  This parameter specifies the destination NAD address
{   within the logical network.  This parameter is only meaningful if
{   if the logical_network parameter is non-zero.
{
{ access_code:  This parameter specifies the software access code which
{   must be defined for each of the remote NAD trunk control units that
{   are to be used for this path.
{
