summaryrefslogtreecommitdiff
path: root/docs/configexamples
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-06-29 11:25:40 +0200
committerrebortg <github@ghlr.de>2021-06-29 11:25:40 +0200
commitebe03785e10dc40f3802c9d62c2e62fd870876a6 (patch)
tree2770bcefe01e660a93e9f8929651615ef0f007f0 /docs/configexamples
parent8e100c63014403179a1f8736553ea826c6509c45 (diff)
downloadvyos-documentation-ebe03785e10dc40f3802c9d62c2e62fd870876a6.tar.gz
vyos-documentation-ebe03785e10dc40f3802c9d62c2e62fd870876a6.zip
pppoe-ipv6: correct indent
Diffstat (limited to 'docs/configexamples')
-rw-r--r--docs/configexamples/pppoe-ipv6-basic.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configexamples/pppoe-ipv6-basic.rst b/docs/configexamples/pppoe-ipv6-basic.rst
index 809514e7..f569d9c3 100644
--- a/docs/configexamples/pppoe-ipv6-basic.rst
+++ b/docs/configexamples/pppoe-ipv6-basic.rst
@@ -52,7 +52,7 @@ delegation (PD).
set interfaces pppoe pppoe0 dhcpv6-options pd 0 interface eth1 address '100'
* Here we use the prefix to configure the address of eth1 (LAN) to form
-``<prefix>::64``, where ``64`` is hexadecimal of address 100.
+ ``<prefix>::64``, where ``64`` is hexadecimal of address 100.
* For home network users, most of time ISP only provides /64 prefix, hence
there is no need to set SLA ID and prefix length. See :ref:`pppoe-interface`
for more information.