summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpctl/dvmrpctl.8
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2006-06-01 14:21:29 +0000
committerEsben Norby <norby@cvs.openbsd.org>2006-06-01 14:21:29 +0000
commit7e6c0a91af1cce984648479f09233a007773f44a (patch)
tree512d59ba8711076cf2b75d66584022dad69a6d43 /usr.sbin/dvmrpctl/dvmrpctl.8
parent50b1cb4247102023b3d4274ecdef33ecc5ecf92d (diff)
Controller for dvmrpd.
Almost all available information in dvmrpd can be read. Not connected to builds yet. ok claudio@
Diffstat (limited to 'usr.sbin/dvmrpctl/dvmrpctl.8')
-rw-r--r--usr.sbin/dvmrpctl/dvmrpctl.869
1 files changed, 69 insertions, 0 deletions
diff --git a/usr.sbin/dvmrpctl/dvmrpctl.8 b/usr.sbin/dvmrpctl/dvmrpctl.8
new file mode 100644
index 00000000000..3e3709a923e
--- /dev/null
+++ b/usr.sbin/dvmrpctl/dvmrpctl.8
@@ -0,0 +1,69 @@
+.\" $OpenBSD: dvmrpctl.8,v 1.1 2006/06/01 14:21:28 norby Exp $
+.\"
+.\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd March 21, 2006
+.Dt DVMRPCTL 8
+.Os
+.Sh NAME
+.Nm dvmrpctl
+.Nd control the Distance Vector Mutlicast Routing Protocol daemon
+.Sh SYNOPSIS
+.Nm
+.Ar command
+.Op Ar arguments ...
+.Sh DESCRIPTION
+The
+.Nm
+program controls the
+.Xr dvmrpd 8
+daemon.
+.Pp
+The following commands are available:
+.Bl -tag -width Ds
+.It Cm show igmp
+Show IGMP status for all interfaces.
+.It Cm show interfaces Op Ar interface
+Show details for all interfaces or the specified
+.Ar interface .
+.It Cm show mfc Op Cm detail
+Show the Multicast Forwarding Cache.
+.Cm detail
+can be specified for additional detail.
+.It Cm show neighbor Op Cm detail
+Show neighbors.
+.Cm detail
+can be specified for additional detail.
+.It Cm show rib Op Cm detail
+Show the Routing Information Base.
+.Cm detail
+can be specified for additional detail.
+.It Cm show summary
+Show summary information.
+.El
+.Sh FILES
+.Bl -tag -width "/var/run/dvmrpd.sockXX" -compact
+.It /var/run/dvmrpd.sock
+Unix-domain socket used for communication with
+.Xr dvmrpd 8 .
+.El
+.Sh SEE ALSO
+.Xr dvmrpd.conf 5 ,
+.Xr dvmrpd 8
+.Sh HISTORY
+The
+.Nm
+program first appeared in
+.Ox 4.0 .