diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-27 19:10:54 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-27 19:10:54 +0100 |
commit | 865e4632a2f1dd52f443c072fda5c629dc38ac72 (patch) | |
tree | 6fb3cea003a4b08e7cd81c5889c5bcde3855ca97 /docs/_include/interface-ipv6-addr-autoconf.txt | |
parent | 4bc9e94a7ad57ee6735533da59a808dc8caf3ba5 (diff) | |
download | vyos-documentation-865e4632a2f1dd52f443c072fda5c629dc38ac72.tar.gz vyos-documentation-865e4632a2f1dd52f443c072fda5c629dc38ac72.zip |
include: ipv6: combine autoconf and eui64 into a single file
Diffstat (limited to 'docs/_include/interface-ipv6-addr-autoconf.txt')
-rw-r--r-- | docs/_include/interface-ipv6-addr-autoconf.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/_include/interface-ipv6-addr-autoconf.txt b/docs/_include/interface-ipv6-addr-autoconf.txt deleted file mode 100644 index fea1125e..00000000 --- a/docs/_include/interface-ipv6-addr-autoconf.txt +++ /dev/null @@ -1,19 +0,0 @@ -.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} - {{ var5 }} {{ var6 }} ipv6 address autoconf - - :abbr:`SLAAC (Stateless Address Autoconfiguration)` :rfc:`4862`. IPv6 hosts - can configure themselves automatically when connected to an IPv6 network using - the Neighbor Discovery Protocol via :abbr:`ICMPv6 (Internet Control Message - Protocol version 6)` router discovery messages. When first connected to a - network, a host sends a link-local router solicitation multicast request for - its configuration parameters; routers respond to such a request with a router - advertisement packet that contains Internet Layer configuration parameters. - - .. note:: This method automatically disables IPv6 traffic forwarding on the - interface in question. - - Example: - - .. code-block:: none - - set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} ipv6 address autoconf |