diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-20 16:06:17 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-20 16:06:17 +0200 |
commit | 400422580377a64c306d80779a937807f1fae20d (patch) | |
tree | 67c9712b406bf8e758ea4f3bbaa3a9ecbe8fac0c /docs/interfaces | |
parent | 2bacc9f6a10cfa2b7d13190b8da86c1ac36c2daa (diff) | |
download | vyos-documentation-400422580377a64c306d80779a937807f1fae20d.tar.gz vyos-documentation-400422580377a64c306d80779a937807f1fae20d.zip |
pppoe: fix warning
Diffstat (limited to 'docs/interfaces')
-rw-r--r-- | docs/interfaces/pppoe.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interfaces/pppoe.rst b/docs/interfaces/pppoe.rst index d9b5aa3d..73012619 100644 --- a/docs/interfaces/pppoe.rst +++ b/docs/interfaces/pppoe.rst @@ -196,7 +196,7 @@ by most ISPs who provide native IPv6 for consumers on fixed networks. .. cfgcmd:: set interfaces pppoe <interface> dhcpv6-option delegate <prefix-interface> sla-len <len> - This statement specifies the length of the SLA ID in bits. `<len> must be a + This statement specifies the length of the SLA ID in bits. `<len>` must be a decimal number between 0 and 128. If the length is not specified by this statement, the default value 16 will be used. |