aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/rtsold.8
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-09-12 23:55:23 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-09-12 23:55:23 +0000
commit489e04d0da8760aa2f798361de7b73b6a735a1b4 (patch)
tree66c57b6682385a59e22654da89d3b115c812a6c3 /usr.sbin/rtsold/rtsold.8
parentaed378729e4abe96b4bac2142115263b9db1c350 (diff)
downloadsrc-489e04d0da8760aa2f798361de7b73b6a735a1b4.tar.gz
src-489e04d0da8760aa2f798361de7b73b6a735a1b4.zip
- Add ":origin" label to the interface id for resolvconf(8). (r223149)
- Add -u option to enable adding :[RA-source-address] to the interface id. (r223149) - s/INET6_ADDRSTRLEN/sizeof(ntopbuf)/ (r223149) - Fix a bug that can prevent -D from being overridden by -d. (r223149) - /-P pidfile/-p pidfile/ for consistency with rtadvd(8). (r223149) - Fix -F flag handling to support receiving RAs even when ip6.forwarding=1. (r225150) Approved by: re (kib)
Notes
Notes: svn path=/head/; revision=225520
Diffstat (limited to 'usr.sbin/rtsold/rtsold.8')
-rw-r--r--usr.sbin/rtsold/rtsold.828
1 files changed, 20 insertions, 8 deletions
diff --git a/usr.sbin/rtsold/rtsold.8 b/usr.sbin/rtsold/rtsold.8
index 8eb253902994..97b60003aeae 100644
--- a/usr.sbin/rtsold/rtsold.8
+++ b/usr.sbin/rtsold/rtsold.8
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 28, 2011
+.Dd June 14, 2011
.Dt RTSOLD 8
.Os
.\"
@@ -39,24 +39,24 @@
.\"
.Sh SYNOPSIS
.Nm
-.Op Fl dDfFm1
+.Op Fl dDfFmu1
.Op Fl O Ar script-name
-.Op Fl P Ar pidfile
+.Op Fl p Ar pidfile
.Op Fl R Ar script-name
.Ar interface ...
.Nm
-.Op Fl dDfFm1
+.Op Fl dDfFmu1
.Op Fl O Ar script-name
-.Op Fl P Ar pidfile
+.Op Fl p Ar pidfile
.Op Fl R Ar script-name
.Fl a
.Nm rtsol
-.Op Fl dD
+.Op Fl dDu
.Op Fl O Ar script-name
.Op Fl R Ar script-name
.Ar interface ...
.Nm rtsol
-.Op Fl dD
+.Op Fl dDu
.Op Fl O Ar script-name
.Op Fl R Ar script-name
.Fl a
@@ -227,7 +227,7 @@ configuration.
must be the absolute path from root to the script file, be a regular
file, and be created by the same owner who runs
.Nm .
-.It Fl P Ar pidfile
+.It Fl p Ar pidfile
Writes the process ID of
.Nm
to
@@ -245,6 +245,18 @@ standard input of this script.
The
.Xr resolvconf 8
script is used by default.
+.It Fl u
+Specifies whether adding the source address of Router Advertisement
+messages to the interface name in an argument of the RDNSS and DNSSL
+script.
+.Pp
+If
+.Fl u
+is specified, the interface name in the script argument will be
+.Ql ifname:slaac:[RA-source-address] .
+.Pp
+If not, it will be
+.Ql ifname:slaac .
.El
.Sh FILES
.Bl -tag -width /var/run/rtsold.dump -compact