diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:17:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:17:15 -0400 |
commit | 9f0a99dcdab6952a0f6cbd2264c4e3123842c0af (patch) | |
tree | 784725343c91a666b1bff0f8e55619b639f0aa88 /network/radvd | |
parent | 26b153d374ed41a1fbe4ca5ac265aa0843a78848 (diff) |
network/radvd: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/radvd')
-rw-r--r-- | network/radvd/README | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/network/radvd/README b/network/radvd/README index 42966f1d6c52..0623e3ec2d6d 100644 --- a/network/radvd/README +++ b/network/radvd/README @@ -1,18 +1,18 @@ The router advertisement daemon (radvd) is run by Linux or BSD systems -acting as IPv6 routers. It sends Router Advertisement messages, specified -by RFC 2461, to a local Ethernet LAN periodically and when requested by a -node sending a Router Solicitation message. These messages are required -for IPv6 stateless autoconfiguration. +acting as IPv6 routers. It sends Router Advertisement messages, +specified by RFC 2461, to a local Ethernet LAN periodically and +when requested by a node sending a Router Solicitation message. +These messages are required for IPv6 stateless autoconfiguration. -Radvd is dependent upon IPv6 support in the Linux kernel; this comes enabled -by default with Slackware 14's generic and huge kernels. To enable IPv6 -support manually, you must set the following entry in your custom kernel's -.config file and recompile: CONFIG_IPV6=m +Radvd is dependent upon IPv6 support in the Linux kernel; this comes +enabled by default with Slackware 14's generic and huge kernels. +To enable IPv6 support manually, you must set the following entry in +your custom kernel's .config file and recompile: CONFIG_IPV6=m -Once the slackware package is installed, edit /etc/radvd.conf to reflect -your current IPv6 configuration. An init script has been provided at -/etc/rc.d/rc.radvd. To have this start upon each boot, add the following -lines to your /etc/rc.d/rc.local file: +Once the slackware package is installed, edit /etc/radvd.conf to +reflect your current IPv6 configuration. An init script has been +provided at /etc/rc.d/rc.radvd. To have this start upon each boot, add +the following lines to your /etc/rc.d/rc.local file: ## Start the radvd daemon: if [ -x /etc/rc.d/rc.radvd ]; then /etc/rc.d/rc.radvd start |