From ffd7339e2ea3eafdd97ac0763ca4a3913fe71bf3 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. --- 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 30fcb8573..4542b8b01 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -111,7 +111,7 @@ - Maximum Receive Unit (MRU) + Maximum Receive Unit (MRU) (default: MTU value) u32:128-16384 Maximum Receive Unit in byte @@ -121,7 +121,6 @@ MRU must be between 128 and 16384 - 1492 #include -- cgit v1.2.3