diff options
author | 2018-05-01 18:54:34 +0000 | |
---|---|---|
committer | 2018-05-01 18:54:34 +0000 | |
commit | b1928ba7835fb237ed94e921d41bf76d7c65e3dc (patch) | |
tree | 64974d03c6bf9cf758c15109b21a4677a3c2af25 | |
parent | Bump the clock frequency to a higher level that every card (per spec) (diff) | |
download | wireguard-openbsd-b1928ba7835fb237ed94e921d41bf76d7c65e3dc.tar.xz wireguard-openbsd-b1928ba7835fb237ed94e921d41bf76d7c65e3dc.zip |
Mention RFC 7217 and RFC 7772
-rw-r--r-- | sbin/slaacd/slaacd.8 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/sbin/slaacd/slaacd.8 b/sbin/slaacd/slaacd.8 index 41a16c62d22..da6691b497c 100644 --- a/sbin/slaacd/slaacd.8 +++ b/sbin/slaacd/slaacd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slaacd.8,v 1.4 2017/09/14 12:56:36 sthen Exp $ +.\" $OpenBSD: slaacd.8,v 1.5 2018/05/01 18:54:34 florian Exp $ .\" .\" Copyright (c) 2017 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: September 14 2017 $ +.Dd $Mdocdate: May 1 2018 $ .Dt SLAACD 8 .Os .Sh NAME @@ -110,6 +110,21 @@ socket used for communication with .%R RFC 4191 .%T Default Router Preferences and More-Specific Routes .Re +.Pp +.Rs +.%A F. Gont +.%D April 2014 +.%R RFC 7217 +.%T A Method for Generating Semantically Opaque Interface Identifiers with IPv6 Stateless Address Autoconfiguration (SLAAC) +.Re +.Pp +.Rs +.%A A. Yourtchenko +.%A L. Colitti +.%D February 2016 +.%R RFC 7772 +.%T Reducing Energy Consumption of Router Advertisements +.Re .Sh HISTORY The .Nm |