From 11624527a49d9a5d1d90be5887e51377b2e44e7e Mon Sep 17 00:00:00 2001 From: Mike Spengler Date: Wed, 20 Jan 1999 18:36:58 +0000 Subject: [PATCH] Clarify the number of network interfaces per physical interface available with each type of signalling manager and bring the atm command into agreement with the man page. --- sbin/atm/atm/atm.8 | 13 ++++++++----- sbin/atm/atm/atm.h | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/sbin/atm/atm/atm.8 b/sbin/atm/atm/atm.8 index 51b39f9a5f01..9dc923178fb8 100644 --- a/sbin/atm/atm/atm.8 +++ b/sbin/atm/atm/atm.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $Id: atm.1,v 1.4 1998/08/26 21:38:28 johnc Exp $ +.\" @(#) $Id: atm.8,v 1.1 1998/09/15 08:22:45 phk Exp $ .\" .\" .de EX \"Begin example @@ -178,19 +178,22 @@ Two types of interfaces are supported: physical interfaces and network interfaces. A physical interface represents a physical point of attachment to an ATM network. -A physical interface has an ATM address associated with it. +A physical interface has an ATM address associated with it, except +when the PVC-only signalling manager is being used. .PP A network interface is a logical interface. One or more network interfaces are associated with a physical interface; each network interface has an IP address associated with it. -For interfaces controlled by the SPANS or PVC signalling managers, -there must be one and -only one network interface associated with each physical interface. For UNI-controlled interfaces, there can be up to 256 network interfaces associated with a physical interface. In this case, the correspondence between the network interface and the ATM address is determined by the selector field (the last byte) of the physical interface's ATM address. +For PVC-only interfaces, there can be up to 256 logical interfaces +associated with each physical interface. +For interfaces controlled by the SPANS signalling manager, +there must be one and +only one network interface associated with each physical interface. .SS "Keyword and Documentation Conventions" Command and subcommand keywords can be abbreviated by simply giving enough of the first part of the keyword to make it unique. diff --git a/sbin/atm/atm/atm.h b/sbin/atm/atm/atm.h index efb8d1eaa069..f903bd781bab 100644 --- a/sbin/atm/atm/atm.h +++ b/sbin/atm/atm/atm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm.h,v 1.9 1998/07/09 21:23:53 johnc Exp $ + * @(#) $Id: atm.h,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -35,7 +35,7 @@ * */ -#define MAX_NIFS 32 /* Max network interfaces */ +#define MAX_NIFS 256 /* Max network interfaces */ #define MIN_VCI 32 /* Smallest non-reserved VCI */ #ifndef TRUE