diff options
author | hasso <hasso> | 2003-11-27 13:02:03 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-11-27 13:02:03 +0000 |
commit | 080d982903bf4620eccab29064a2cbb01ae113fa (patch) | |
tree | 0d5992194eaf75553c400526408cb1b4911c53a8 /doc/ospf6d.8 | |
parent | d35302073f9d9dc17c47a49f500cc88e07ffeebd (diff) | |
download | quagga-080d982903bf4620eccab29064a2cbb01ae113fa.tar.bz2 quagga-080d982903bf4620eccab29064a2cbb01ae113fa.tar.xz |
Added info about -A and -u command line switches to man pages.
Diffstat (limited to 'doc/ospf6d.8')
-rw-r--r-- | doc/ospf6d.8 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ospf6d.8 b/doc/ospf6d.8 index 1882c10e..65613202 100644 --- a/doc/ospf6d.8 +++ b/doc/ospf6d.8 @@ -17,6 +17,14 @@ ospf6d \- an OSPF routing engine for use with Zebra and IPv6 [ .B \-P port-number ] +[ +.B \-A vty-address +] +[ +.B \-u user +] + + .SH DESCRIPTION .B ospf6d @@ -53,6 +61,15 @@ Specify the port that the ospf6d VTY will listen on. This defaults to 2606, as specified in \fB\fI/etc/services\fR. .TP +\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR +Specify the address that the ospf6d VTY will listen on. Default is all +intrefaces. + +.TP +\fB\-u\fR, \fB\-\-user \fR\fIuser\fR +Specify the user ... Default is \fIquagga\fR. + +.TP \fB\-v\fR, \fB\-\-version\fR Print the version and exit. |