From 220750b9e747c7f539849e96889cfef695300313 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 22 Nov 2023 11:40:29 +0100 Subject: pppoe: T5630: make MRU default to MTU if unspecified This fixes the implementation in e062a8c11 ("pppoe: T5630: allow to specify MRU in addition to already configurable MTU") and restores the bahavior that MRU defaults to MTU if MRU is not explicitly set. This was the behavior in VyOS 1.3.3 and below before we added ability to define the MRU value. (cherry picked from commit ffd7339e2ea3eafdd97ac0763ca4a3913fe71bf3) --- interface-definitions/interfaces-pppoe.xml.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index aa2965c65..cdecc6540 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -116,7 +116,7 @@ - Maximum Receive Unit (MRU) + Maximum Receive Unit (MRU) (default: MTU value) u32:128-16384 Maximum Receive Unit in byte @@ -126,7 +126,6 @@ MRU must be between 128 and 16384 - 1492 -- cgit v1.2.3