mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 23:35:36 -08:00
sort;
This commit is contained in:
parent
160e75cd23
commit
be74ec1a67
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: bgpctl.8,v 1.51 2009/11/02 20:38:45 claudio Exp $
|
||||
.\" $OpenBSD: bgpctl.8,v 1.52 2009/11/03 08:09:15 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 2 2009 $
|
||||
.Dd $Mdocdate: November 3 2009 $
|
||||
.Dt BGPCTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -84,10 +84,10 @@ Fetch only IPv4 prefixes from the registry.
|
||||
.It Fl 6
|
||||
Fetch only IPv6 prefixes from the registry.
|
||||
.El
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm log brief
|
||||
Disable verbose debug logging.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm neighbor Ar peer Cm up
|
||||
Take the BGP session to the specified neighbor up.
|
||||
.Ar peer
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: dvmrpctl.8,v 1.7 2009/11/02 20:32:17 claudio Exp $
|
||||
.\" $OpenBSD: dvmrpctl.8,v 1.8 2009/11/03 08:09:15 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 2 2009 $
|
||||
.Dd $Mdocdate: November 3 2009 $
|
||||
.Dt DVMRPCTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -33,10 +33,10 @@ daemon.
|
||||
.Pp
|
||||
The following commands are available:
|
||||
.Bl -tag -width Ds
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm log brief
|
||||
Disable verbose debug logging.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm show igmp
|
||||
Show IGMP status for all interfaces.
|
||||
.It Cm show interfaces Op Ar interface
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: ldpctl.8,v 1.3 2009/11/02 20:35:20 claudio Exp $
|
||||
.\" $OpenBSD: ldpctl.8,v 1.4 2009/11/03 08:09:15 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
|
||||
.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
|
||||
@ -15,7 +15,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 2 2009 $
|
||||
.Dd $Mdocdate: November 3 2009 $
|
||||
.Dt LDPCTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -40,10 +40,10 @@ the kernel routing table.
|
||||
.It Cm lfib decouple
|
||||
Remove the learned routes from the Label Forwarding Information Base a.k.a.
|
||||
the kernel routing table.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm log brief
|
||||
Disable verbose debug logging.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm show lfib Op Ar destination | filter
|
||||
Show the Label Forwarding Information Base.
|
||||
.Ar destination
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: ospf6ctl.8,v 1.5 2009/11/02 20:25:27 claudio Exp $
|
||||
.\" $OpenBSD: ospf6ctl.8,v 1.6 2009/11/03 08:09:15 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 2 2009 $
|
||||
.Dd $Mdocdate: November 3 2009 $
|
||||
.Dt OSPF6CTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -41,10 +41,10 @@ Remove the learned routes from the FIB.
|
||||
Decoupling the FIB from an OSPF router may create routing loops and could cause
|
||||
major routing issues in the complete OSPF cloud.
|
||||
Only routers with just one link to the OSPF cloud can safely decouple the FIB.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm log brief
|
||||
Disable verbose debug logging.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm reload
|
||||
Reload the configuration file.
|
||||
.It Cm show database Op Ar filter
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: ospfctl.8,v 1.23 2009/11/02 20:23:29 claudio Exp $
|
||||
.\" $OpenBSD: ospfctl.8,v 1.24 2009/11/03 08:09:15 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 2 2009 $
|
||||
.Dd $Mdocdate: November 3 2009 $
|
||||
.Dt OSPFCTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -54,10 +54,10 @@ a.k.a. the kernel routing table.
|
||||
Decoupling the FIB from an OSPF router may create routing loops and could cause
|
||||
major routing issues in the complete OSPF cloud.
|
||||
Only routers with just one link to the OSPF cloud can safely decouple the FIB.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm log brief
|
||||
Disable verbose debug logging.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm reload
|
||||
Reload the configuration file.
|
||||
.It Cm show database Op Ar filter
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: ripctl.8,v 1.8 2009/11/02 20:29:17 claudio Exp $
|
||||
.\" $OpenBSD: ripctl.8,v 1.9 2009/11/03 08:09:15 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
|
||||
.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
|
||||
@ -15,7 +15,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: November 2 2009 $
|
||||
.Dd $Mdocdate: November 3 2009 $
|
||||
.Dt RIPCTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -42,10 +42,10 @@ Remove the learned routes from the Forward Information Base a.k.a. the kernel
|
||||
routing table.
|
||||
Decoupling the FIB from an RIP router may create routing loops and could cause
|
||||
major routing issues.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm log brief
|
||||
Disable verbose debug logging.
|
||||
.It Cm log verbose
|
||||
Enable verbose debug logging.
|
||||
.It Cm show fib Op Ar destination | filter
|
||||
Show the Forwarding Information Base.
|
||||
.Ar destination
|
||||
|
Loading…
Reference in New Issue
Block a user