summaryrefslogtreecommitdiff
path: root/usr.sbin/rad
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2019-09-06 09:41:00 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2019-09-06 09:41:00 +0000
commite0e51bce364b14ed2727a7ad406ed2985bbaf44a (patch)
tree63fdcca8b767e7c64f6e20aada17ff8f77cdbee8 /usr.sbin/rad
parent09329deff9ed4f2dd518380514c53e02a2377784 (diff)
this bit about soii and link-local addresses is no longer needed since
florian@ removed soii for link-local adresses in sys/netinet6/in6_ifattach.c rev 1.114 ok florian@ sthen@ kn@
Diffstat (limited to 'usr.sbin/rad')
-rw-r--r--usr.sbin/rad/rad.816
1 files changed, 2 insertions, 14 deletions
diff --git a/usr.sbin/rad/rad.8 b/usr.sbin/rad/rad.8
index d93e64d4648..45167c08da3 100644
--- a/usr.sbin/rad/rad.8
+++ b/usr.sbin/rad/rad.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rad.8,v 1.4 2019/01/02 07:45:17 jmc Exp $
+.\" $OpenBSD: rad.8,v 1.5 2019/09/06 09:40:59 benno Exp $
.\"
.\" Copyright (c) 2018 Florian Obser <florian@openbsd.org>
.\" Copyright (c) 2016 Kenneth R Westerback <kwesterback@gmail.com>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 2 2019 $
+.Dd $Mdocdate: September 6 2019 $
.Dt RAD 8
.Os
.Sh NAME
@@ -146,15 +146,3 @@ The
.Nm
program was written by
.An Florian Obser Aq Mt florian@openbsd.org .
-.Sh CAVEATS
-When running
-.Nm
-on a
-.Xr carp 4
-interface, it is recommended to either disable SOIIs (persistent Semantically
-Opaque Interface Identifiers) on the interface with
-.Xr ifconfig 8 ,
-or ensure that all CARP peers have the same SOII key stored in
-.Pa /etc/soii.key .
-Otherwise the default IPv6 router's link-local address will change during CARP
-failover, which temporarily disrupts connectivity of IPv6 autoconf clients.