diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-01-04 10:48:32 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-01-04 10:48:32 +0100 | 
| commit | 57913db57a4172988eb02c8d75062d36cdb6aa81 (patch) | |
| tree | 8f5e84ff38c617da9b34f217a86e63b049ea0ce8 /docs/interfaces/ethernet.rst | |
| parent | 92c9eccd72793623490777bae9d71a498621ef0e (diff) | |
| download | vyos-documentation-57913db57a4172988eb02c8d75062d36cdb6aa81.tar.gz vyos-documentation-57913db57a4172988eb02c8d75062d36cdb6aa81.zip  | |
interfaces: move common "ipv6 addr autoconf" description to include file
This reduces the amount of duplicated text.
Diffstat (limited to 'docs/interfaces/ethernet.rst')
| -rw-r--r-- | docs/interfaces/ethernet.rst | 12 | 
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/interfaces/ethernet.rst b/docs/interfaces/ethernet.rst index 1a1edb32..1f691269 100644 --- a/docs/interfaces/ethernet.rst +++ b/docs/interfaces/ethernet.rst @@ -32,17 +32,7 @@ Address  .. cfgcmd:: set interfaces ethernet <interface> 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. +   .. include:: common-ipv6-addr-autoconf.txt  .. cfgcmd:: set interfaces ethernet <interface> ipv6 address eui64 <prefix>  | 
