aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-02-19 21:47:06 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-02-19 21:47:06 -0500
commit05d070a6eacd2f517db7b3086f0dcff9a1eab352 (patch)
tree3e8d2d02848f93e08ac047187ca94e29d5e1d833
parent7eab59e0dde9f24cabdb019e96c84718f1cecd13 (diff)
downloaduser-handbook-05d070a6eacd2f517db7b3086f0dcff9a1eab352.tar.bz2
user-handbook-05d070a6eacd2f517db7b3086f0dcff9a1eab352.tar.xz
[Introduction] Add SLAAC definition
-rw-r--r--modules/ROOT/pages/index.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc
index 8e4faf6..96fa227 100644
--- a/modules/ROOT/pages/index.adoc
+++ b/modules/ROOT/pages/index.adoc
@@ -48,6 +48,8 @@ Support for PXE booting is uncommon in consumer routers, but there is a good cha
Root::
The root user is the owner of the system - think of it like a super administrator - it has all the rights that are possible to have.
It is not intended for day-to-day use.
+SLAAC::
+StateLess Address AutoConfiguration - an method specific to ipv6 to generate a link-local (not accessible through routers) access.
Shell::
A program that can interpret what you type into it as an instruction to execute commands or programs on your disk in a specific way.
SSH::