From 114536e707d30487de2b9ede1d3ff933fb28cafd Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Wed, 6 Nov 2019 19:17:07 +0000 Subject: Update manpages for changes to rc.inet1 --- manpages/rc.inet1.conf.5 | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/manpages/rc.inet1.conf.5 b/manpages/rc.inet1.conf.5 index c3380ea..0771d94 100644 --- a/manpages/rc.inet1.conf.5 +++ b/manpages/rc.inet1.conf.5 @@ -7,7 +7,7 @@ .ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP .el .TP "\\$1" .. -.TH RC.INET1.CONF 5 "1 Oct 2018" "Slackware Version 15.0" +.TH RC.INET1.CONF 5 "6 Nov 2019" "Slackware Version 15.0" .SH NAME rc.inet1.conf \- Slackware network configuration file. .SH DESCRIPTION @@ -44,7 +44,7 @@ IPv4 address, an autoconfigured IPv6 address, and a non-default name .RI ( ath0 instead of .IR eth1 ), -as well as additional IPv4 and IPv6 alias addresses. +as well as additional IPv4 alias addresses. The parameter index is `1' in this case. .LP # Config information for ath0: @@ -61,11 +61,7 @@ USE_DHCP[1]="" .br GATEWAY="192.168.3.1" .br -IP6ADDR[1]="" -.br -PREFIXLEN[1]="" -.br -IP6ALIASES[1]="fc00:51ac:15::100" +IP6ADDRS[1]="" .br USE_SLAAC[1]="yes" .br @@ -146,24 +142,13 @@ DHCP_TIMEOUT[0]="" # The default timeout for the DHCP client to wait for server response is 15 seconds, but you might want a shorter or longer wait. .TP -IP6ADDR[0]="" -# Set this value to an actual IPv6 address if you want static IPv6 -address assignment. This is ignored if either the USE_DHCP6[0] or -USE_SLAAC[0] parameters is set to "yes". -.TP -PREFIXLEN[0]="" -# The prefix length for the IPv6 address set in IP6ADDR[0]. This should -be in CIDR format with an optional leading /, e.g. "64" or "/48". If this -parameter is unset or empty, a prefix length of 64 will be assumed. -.TP -IP6ALIASES[0]="" -# Space separated list of additional IPv6 addresses to bind to the -interface after initial configuration is complete. An optional -netmask may be specified after the address in the form -"fe80::4a2c:8a9c:fe31:365a/64". If no prefix length is specified the -default of "/64" will be used. If USE_DHCP6[0] is set to `yes' then -additional IPv6 addresses will only be added if the DHCP client -invocation is successful in obtaining a primary IPv6 address. +IP6ADDRS[0]="" +# The static IPv6 addresses for the interface. This option takes a list of +IPv6 addresses and prefix lengths in CIDR notation, in a space delimited +list. For example: IP6ADDRS[0]="a:b:c:d::1/48 1:2:3:4::5/64". +If a prefix length is not given (separated from the IP address with a /), a +length of 64 will be assumed. This is ignored if either the USE_DHCP6[0] +or USE_SLAAC[0] parameters is set to "yes". .TP USE_SLAAC[0]="" # With this parameter set to "yes", the interface's IPv6 address will be @@ -292,7 +277,7 @@ empty when interfaces are configured via DHCP. .TP GATEWAY6="" # The IPv6 default gateway, e.g. "fe80::1". This parameter should be left -empty when interfaces are configured via DHCP6 or RA. +empty when interfaces are configured via DHCP6 or SLAAC. .SH FILES .TP 25 .I /etc/rc.d/rc.inet1 -- cgit v1.2.3