Add the new arguments for the add pvc command to the help information.
Correct a comment. Submitted by: Vincent Jardin <vjardin@wanadoo.fr> MFC after: 3 days
This commit is contained in:
parent
ef68e851dd
commit
0a8e1983d3
@ -81,6 +81,7 @@ __RCSID("@(#) $FreeBSD$");
|
||||
\n\
|
||||
VC management subcommands:\n\
|
||||
add pvc <intf> <vpi> <vci> <aal> <encaps> <owner> ...\n\
|
||||
[UBR <pcr> | CBR <pcr> | VBR <pcr> <scr> <mbs>]\n\
|
||||
delete pvc <intf> <vpi> <vci>\n\
|
||||
delete svc <intf> <vpi> <vci>\n\
|
||||
show stats vcc [<intf> [vpi [vci]]]\n\
|
||||
@ -536,7 +537,8 @@ detach(int argc __unused, char **argv, const struct cmd *cmdp __unused)
|
||||
*
|
||||
* Command format:
|
||||
* atm add PVC <interface_name> <vpi> <vci> <aal> <encaps>
|
||||
* <owner_name> [ubr <PCR> | cbr <PCR> | vbr <PCR> <SCR> <MBS>]
|
||||
* <owner_name> ...owner info...
|
||||
* [ubr <PCR> | cbr <PCR> | vbr <PCR> <SCR> <MBS>]
|
||||
*
|
||||
* Arguments:
|
||||
* argc number of arguments to command
|
||||
|
Loading…
Reference in New Issue
Block a user