From 7e957591a661173ebf3dc30dad0aceda7bd90679 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 8 Feb 2023 13:55:31 +0000 Subject: T2603: PPPoE-server change default min-mtu value 1280 for Equuleus Minimum acceptable MTU. If client will try to negotiate less then specified MTU then it will be NAKed or disconnected if rejects greater MTU. Change 'min-mtu' from 1492 to 1280 for 1.3.3 --- data/templates/accel-ppp/pppoe.config.tmpl | 2 -- 1 file changed, 2 deletions(-) (limited to 'data') diff --git a/data/templates/accel-ppp/pppoe.config.tmpl b/data/templates/accel-ppp/pppoe.config.tmpl index a44208e15..46f462166 100644 --- a/data/templates/accel-ppp/pppoe.config.tmpl +++ b/data/templates/accel-ppp/pppoe.config.tmpl @@ -65,8 +65,6 @@ ccp={{ "1" if ppp_options.ccp is defined else "0" }} unit-preallocate={{ "1" if authentication.radius.preallocate_vif is defined else "0" }} {% if ppp_options.min_mtu is defined and ppp_options.min_mtu is not none %} min-mtu={{ ppp_options.min_mtu }} -{% else %} -min-mtu={{ mtu }} {% endif %} {% if ppp_options.mru is defined and ppp_options.mru is not none %} mru={{ ppp_options.mru }} -- cgit v1.2.3