diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-02-10 05:55:27 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-02-10 05:55:27 +0000 |
commit | a845e4500bfee2f43e1ee3bc30a43a2cf0e6bd59 (patch) | |
tree | b20f3b710017889bc2268318509db70f744447c4 /sbin/ifconfig/ifconfig.8 | |
parent | 89dc2cbf66a38a9806192dd8758a8dfde0faee77 (diff) |
ifconfig can be used to to set interface flag to not do RFC 7217.
OK naddy, sthen
man page bits input & OK jmc
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 9e51bcec01b..f928767cd89 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.297 2018/02/09 20:13:28 mpi Exp $ +.\" $OpenBSD: ifconfig.8,v 1.298 2018/02/10 05:55:26 florian Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: February 9 2018 $ +.Dd $Mdocdate: February 10 2018 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -1126,6 +1126,7 @@ protocol when supported by the access point. .Op Oo Fl Oc Ns Cm autoconfprivacy .Op Cm eui64 .Op Cm pltime Ar n +.Op Oo Fl Oc Ns Cm soii .Op Oo Fl Oc Ns Cm tentative .Op Cm vltime Ar n .Ek @@ -1186,6 +1187,22 @@ Fill the interface index automatically. .It Cm pltime Ar n Set preferred lifetime for the address. +.It Cm soii +Enable persistent Semantically Opaque Interface Identifiers (SOIIs), +as per RFC 7217, for link local and SLAAC addresses on the interface. +The purpose of these identifiers is to make discovery of hosts by +scanning a whole prefix more difficult. +SOIIs use the whole 64 bits of the host part while SLAAC addresses are +formed from MAC addresses which can lower the entropy to 24 bits if +the host is running in a virtualization environment or the hardware +manufacturer is known. +See RFC 8064 for details. +SOIIs are enabled by default. +.It Cm -soii +Disable IPv6 persistent Semantically Opaque Interface Identifiers on the +interface. +Currently configured addresses will not be removed until they become +invalid. .It Cm tentative Set the IPv6 tentative address bit. .It Cm -tentative |