From 54ee9148692ce48c6f22d8813dd4fda3b2414d5b Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Mon, 22 Apr 2024 20:36:02 +0000 Subject: [PATCH] add pppoe max-payload to docu --- docsrc/sources/configuration/pppoe.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docsrc/sources/configuration/pppoe.rst b/docsrc/sources/configuration/pppoe.rst index 0a4057d9..cfc072c4 100644 --- a/docsrc/sources/configuration/pppoe.rst +++ b/docsrc/sources/configuration/pppoe.rst @@ -23,6 +23,9 @@ | **host-uniq** | | PPPoE discovery host-uniq. | | | | Default: false | +-----------------------+------------------------------------------------------------------+ +| **max-payload** | | PPP-Max-Payload (RFC4638). | +| | | Default: 0 (disabled) | ++-----------------------+------------------------------------------------------------------+ | **vlan-priority** | | VLAN PBIT for all PPPoE/PPP control traffic. | | | | Default: 0 | -+-----------------------+------------------------------------------------------------------+ ++-----------------------+------------------------------------------------------------------+ \ No newline at end of file