* Sat Sep 06 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-36.sme

- fix pppoe not connecting missing interface [SME: 13130]
This commit is contained in:
2025-09-06 16:34:12 -04:00
parent 4e486bf182
commit 6e363e2e9f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# copyright (C) 2002 Mitel Networks Corporation # copyright (C) 2002 Mitel Networks Corporation
# copyright (C) 2025 Koozali Foundation inc.
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -24,6 +25,7 @@ exec 2>&1
. ./run.pppoe.conf . ./run.pppoe.conf
extaddr=$(/sbin/e-smith/config getprop ExternalInterface IPAddress) extaddr=$(/sbin/e-smith/config getprop ExternalInterface IPAddress)
interface=$(/sbin/e-smith/config getprop pppoe PhysicalInterface)
exec \ exec \
/usr/local/bin/softlimit -m $PPPD_MLIMIT \ /usr/local/bin/softlimit -m $PPPD_MLIMIT \

View File

@@ -4,7 +4,7 @@ Summary: smeserver server and gateway - base module
%define name smeserver-base %define name smeserver-base
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 35 %define release 36
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -182,6 +182,9 @@ fi
%changelog %changelog
* Sat Sep 06 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-36.sme
- fix pppoe not connecting missing interface [SME: 13130]
* Wed Aug 27 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-35.sme * Wed Aug 27 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-35.sme
- improve pppoe plugin patch [SME: 13074] - improve pppoe plugin patch [SME: 13074]
- handle both EC and RSA key/cert with esmith::ssl [SME: 11772] - handle both EC and RSA key/cert with esmith::ssl [SME: 11772]