1.\" $OpenBSD: dvmrpctl.8,v 1.6 2009/10/22 15:02:12 sobrado Exp $ 2.\" 3.\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: October 22 2009 $ 18.Dt DVMRPCTL 8 19.Os 20.Sh NAME 21.Nm dvmrpctl 22.Nd control the Distance Vector Multicast Routing Protocol daemon 23.Sh SYNOPSIS 24.Nm 25.Ar command 26.Op Ar argument ... 27.Sh DESCRIPTION 28The 29.Nm 30program controls the 31.Xr dvmrpd 8 32daemon. 33.Pp 34The following commands are available: 35.Bl -tag -width Ds 36.It Cm show igmp 37Show IGMP status for all interfaces. 38.It Cm show interfaces Op Ar interface 39Show details for all interfaces or the specified 40.Ar interface . 41.It Cm show mfc Op Cm detail 42Show the Multicast Forwarding Cache. 43.Cm detail 44can be specified for additional detail. 45.It Cm show neighbor Op Cm detail 46Show neighbors. 47.Cm detail 48can be specified for additional detail. 49.It Cm show rib Op Cm detail 50Show the Routing Information Base. 51.Cm detail 52can be specified for additional detail. 53.It Cm show summary 54Show summary information. 55.El 56.Sh FILES 57.Bl -tag -width "/var/run/dvmrpd.sockXX" -compact 58.It /var/run/dvmrpd.sock 59.Ux Ns -domain 60socket used for communication with 61.Xr dvmrpd 8 . 62.El 63.Sh SEE ALSO 64.Xr dvmrpd.conf 5 , 65.Xr dvmrpd 8 66.Sh HISTORY 67The 68.Nm 69program first appeared in 70.Ox 4.0 . 71