1.\" $OpenBSD: dvmrpctl.8,v 1.10 2015/07/27 18:48:04 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: July 27 2015 $ 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. 33Commands may be abbreviated to the minimum unambiguous prefix; for example, 34.Cm s s 35for 36.Cm show summary . 37.Pp 38The following commands are available: 39.Bl -tag -width Ds 40.It Cm log brief 41Disable verbose debug logging. 42.It Cm log verbose 43Enable verbose debug logging. 44.It Cm show igmp 45Show IGMP status for all interfaces. 46.It Cm show interfaces Op Ar interface 47Show details for all interfaces or the specified 48.Ar interface . 49.It Cm show mfc Op Cm detail 50Show the Multicast Forwarding Cache. 51.Cm detail 52can be specified for additional detail. 53.It Cm show neighbor Op Cm detail 54Show neighbors. 55.Cm detail 56can be specified for additional detail. 57.It Cm show rib Op Cm detail 58Show the Routing Information Base. 59.Cm detail 60can be specified for additional detail. 61.It Cm show summary 62Show summary information. 63.El 64.Sh FILES 65.Bl -tag -width "/var/run/dvmrpd.sockXX" -compact 66.It Pa /var/run/dvmrpd.sock 67.Ux Ns -domain 68socket used for communication with 69.Xr dvmrpd 8 . 70.El 71.Sh SEE ALSO 72.Xr dvmrpd.conf 5 , 73.Xr dvmrpd 8 74.Sh HISTORY 75The 76.Nm 77program first appeared in 78.Ox 4.0 . 79