diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-11 20:32:21 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-12-11 20:32:21 +0100 |
commit | 67965db96acdfea20e7b190e7f7d456e6b3d0dc0 (patch) | |
tree | b9033db7458b30a8e5b2279231d15121907adcaf /docs/configuration/interfaces | |
parent | 87e9aabfd44d959f4d7bc04ab0562ea42383e3e2 (diff) | |
download | vyos-documentation-67965db96acdfea20e7b190e7f7d456e6b3d0dc0.tar.gz vyos-documentation-67965db96acdfea20e7b190e7f7d456e6b3d0dc0.zip |
pppoe: use MTU include definition
Diffstat (limited to 'docs/configuration/interfaces')
-rw-r--r-- | docs/configuration/interfaces/pppoe.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst index 4f3926b2..0953e948 100644 --- a/docs/configuration/interfaces/pppoe.rst +++ b/docs/configuration/interfaces/pppoe.rst @@ -69,6 +69,10 @@ Common interface configuration :var0: pppoe :var1: pppoe0 +.. cmdinclude:: /_include/interface-mtu.txt + :var0: pppoe + :var1: pppoe0 + .. cmdinclude:: /_include/interface-vrf.txt :var0: pppoe :var1: pppoe0 @@ -155,11 +159,6 @@ PPPoE options Use this command to set the IP address of the local endpoint of a PPPoE session. If it is not set it will be negotiated. -.. cfgcmd:: set interfaces pppoe <interface> mtu <mtu> - - Configure :abbr:`MTU (Maximum Transmission Unit)` on given `<interface>`. It - is the size (in bytes) of the largest ethernet frame sent on this link. - .. cfgcmd:: set interfaces pppoe <interface> no-peer-dns Use this command to not install advertised DNS nameservers into the local |