Index: hostname.if.5 =================================================================== RCS file: /cvs/src/share/man/man5/hostname.if.5,v retrieving revision 1.62 diff -u -p -r1.62 hostname.if.5 --- hostname.if.5 12 Jul 2014 16:59:06 -0000 1.62 +++ hostname.if.5 5 Jun 2015 13:30:46 -0000 @@ -248,26 +248,24 @@ Valid options for a particular interface .Pp IPv6 stateless address autoconfiguration: .Bd -ragged -offset indent -.Li rtsol +.Li inet6 autoconf .Va options .Ed .Pp The above format has the following field values: .Bl -tag -width indent -offset indent -.It Li rtsol +.It Li autoconf The literal string -.Dq rtsol +.Dq autoconf if the interface is to be configured using IPv6 stateless address autoconfiguration. This should be used on single interface hosts only, since the IPv6 specifications are silent about the behavior on multi-interface hosts. Also note that the kernel must be configured as a host (i.e. non-router). -Add the following line into -.Xr sysctl.conf 5 : -.Bd -literal -offset indent -net.inet6.ip6.forwarding=0 -.Ed +This is the default. This value deprecates the +.Dq rtsol +field value. .It Va options Miscellaneous options to set on the interface, e.g., .Dq media 100baseTX mediaopt full-duplex .
Had some trouble this morning in configuring inet6 on a new laptop.
Finally figured out that rtsol is dropped and that the functionality is
moved to the kernel. Diff for hostname.if(5) included. Someone might
want to replace the "rtsol" keyword in the installer as well.
- ifconfig.if rtsol autoconf diff Tim Kuijsten
- Re: ifconfig.if rtsol autoconf diff Florian Obser
- Re: ifconfig.if rtsol autoconf diff Tim Kuijsten