diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2026-08-04 11:54:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 10:54:54 +0100 |
| commit | 873a388fdb5faeb869881cc780de16c96385e433 (patch) | |
| tree | a45874674c10ef5611e39b040ecc01ec48f8911b /docs/configuration/interfaces/pppoe.md | |
| parent | 2ea0928fc0277eacb208765ab119055908b8e184 (diff) | |
| download | vyos-documentation-sagitta.tar.gz vyos-documentation-sagitta.zip | |
docs: fix MyST roles used inside eval-rst blocks (#2125)sagitta
* docs: fix MyST roles used inside eval-rst blocks
* Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/configuration/interfaces/pppoe.md')
| -rw-r--r-- | docs/configuration/interfaces/pppoe.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/interfaces/pppoe.md b/docs/configuration/interfaces/pppoe.md index 25e017f4..edf82343 100644 --- a/docs/configuration/interfaces/pppoe.md +++ b/docs/configuration/interfaces/pppoe.md @@ -158,7 +158,7 @@ vDSL/aDSL understands. ```{eval-rst} .. cfgcmd:: set interfaces pppoe <interface> mru <mru> - Set the {abbr}`MRU (Maximum Receive Unit)` to `mru`. PPPd will ask the peer to + Set the :abbr:`MRU (Maximum Receive Unit)` to `mru`. PPPd will ask the peer to send packets of no more than `mru` bytes. The value of `mru` must be between 128 and 16384. @@ -259,7 +259,7 @@ vDSL/aDSL understands. .. cfgcmd:: set interfaces pppoe <interface> ip source-validation <strict | loose | disable> Enable policy for source validation by reversed path, as specified in - {rfc}`3704`. Current recommended practice in {rfc}`3704` is to enable strict + :rfc:`3704`. Current recommended practice in :rfc:`3704` is to enable strict mode to prevent IP spoofing from DDos attacks. If using asymmetric routing or other complicated routing, then loose mode is recommended. |
