1.\" $OpenBSD: slaacctl.8,v 1.5 2018/06/19 19:40:44 jmc Exp $ 2.\" 3.\" Copyright (c) 2017 Florian Obser <florian@openbsd.org> 4.\" Copyright (c) 2016 Kenneth R Westerback <kwesterback@gmail.com> 5.\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> 6.\" 7.\" Permission to use, copy, modify, and distribute this software for any 8.\" purpose with or without fee is hereby granted, provided that the above 9.\" copyright notice and this permission notice appear in all copies. 10.\" 11.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 12.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 13.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 14.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18.\" 19.Dd $Mdocdate: June 19 2018 $ 20.Dt SLAACCTL 8 21.Os 22.Sh NAME 23.Nm slaacctl 24.Nd control the slaacd daemon 25.Sh SYNOPSIS 26.Nm 27.Op Fl s Ar socket 28.Ar command 29.Op Ar argument ... 30.Sh DESCRIPTION 31The 32.Nm 33program controls the 34.Xr slaacd 8 35daemon. 36.Pp 37The following options are available: 38.Bl -tag -width Ds 39.It Fl s Ar socket 40Use 41.Ar socket 42instead of the default 43.Pa /dev/slaacd.sock 44to communicate with 45.Xr slaacd 8 . 46.El 47.Pp 48The following commands are available: 49.Bl -tag -width Ds 50.It Cm log brief 51Disable verbose debug logging. 52.It Cm log verbose 53Enable verbose debug logging. 54.It Cm send solicitation Ar interfacename 55Send a router solicitation on interface 56.Ar interfacename . 57.It Cm show interface Op Ar interfacename 58Display status about network interfaces. 59If 60.Ar interfacename 61is specified, only information relative to 62.Ar interfacename 63is shown. 64Otherwise information on all interfaces is shown. 65.El 66.Sh FILES 67.Bl -tag -width "/dev/slaacd.sockXX" -compact 68.It Pa /dev/slaacd.sock 69.Ux Ns -domain 70socket used for communication with 71.Xr slaacd 8 . 72.El 73.Sh SEE ALSO 74.Xr slaacd 8 75.Sh HISTORY 76The 77.Nm 78program first appeared in 79.Ox 6.2 . 80