INET6(4) - Device Drivers Manual # INET6(4) - Device Drivers Manual
NAME # inet6 - Internet protocol version 6 family
SYNOPSIS # #include <sys/types.h>
#include <netinet/in.h>
DESCRIPTION # The Internet Protocol version 6 family is an updated version of the Internet Protocol version 4 family. It comprises Internet Protocol version 6 (IPv6), Internet Control Message Protocol version 6 (ICMPv6), Transmission Control Protocol (TCP), and User Datagram Protocol (UDP). tcp(4) is used to support the SOCK_STREAM abstraction while udp(4) is used to support the SOCK_DGRAM abstraction.
...
RACTL(8) - System Manager’s Manual # RACTL(8) - System Manager’s Manual
NAME # ractl - control the rad daemon
SYNOPSIS # ractl [-s socket] command [argument …]
DESCRIPTION # The ractl program controls the rad(8) daemon.
The following options are available:
-s socket
Use socket instead of the default /var/run/rad.sock to communicate with rad(8).
The following commands are available:
log brief
Disable verbose debug logging.
log verbose
Enable verbose debug logging.
...
RAD.CONF(5) - File Formats Manual # RAD.CONF(5) - File Formats Manual
NAME # rad.conf - router advertisement daemon configuration file
DESCRIPTION # The rad(8) daemon is an IPv6 router advertisement daemon.
The rad.conf config file is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Global Configuration
Global settings for rad(8). These are used as default values for interface definitions and can be overwritten in an interface block.
...
RAD(8) - System Manager’s Manual # RAD(8) - System Manager’s Manual
NAME # rad - router advertisement daemon
SYNOPSIS # rad [-dnv] [-f file] [-s socket]
DESCRIPTION # rad is an IPv6 router advertisement daemon. It periodically sends IPv6 router advertisement messages with prefix and default router information. Clients like slaacd(8) use these to configure IPv6 addresses on network interfaces and set default routes. Additionally it listens for IPv6 router solicitation messages and responds with router advertisements.
...
SLAACD(8) - System Manager’s Manual # SLAACD(8) - System Manager’s Manual
NAME # slaacd - Stateless Address Autoconfiguration (SLAAC) daemon
SYNOPSIS # slaacd [-dv] [-s socket]
DESCRIPTION # slaacd is a stateless address autoconfiguration (SLAAC) daemon for clients. It listens for IPv6 router advertisement messages, for example those sent by rad(8), on interfaces with the AUTOCONF6 flag set. slaacd derives IPv6 addresses and default routes from received router advertisements and installs them in the kernel.
...