mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
T5630: pppoe: allow to specify MRU in addition to already configurable MTU
(cherry picked from commit 7090b69845a8d304d1608e18efef383082114f33)
This commit is contained in:
parent
273265f02b
commit
1a01a619ab
@ -143,6 +143,19 @@ PPPoE options
|
||||
|
||||
set interfaces pppoe pppoe0 default-route-distance 220
|
||||
|
||||
.. cfgcmd:: set interfaces pppoe <interface> mru <mru>
|
||||
|
||||
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.
|
||||
|
||||
A value of 296 works well on very slow links (40 bytes for TCP/IP header + 256
|
||||
bytes of data).
|
||||
|
||||
The default is 1492.
|
||||
|
||||
.. note:: When using the IPv6 protocol, MRU must be at least 1280 bytes.
|
||||
|
||||
.. cfgcmd:: set interfaces pppoe <interface> idle-timeout <time>
|
||||
|
||||
Use this command to set the idle timeout interval to be used with on-demand
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user