* Mon Dec 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-16.sme

-  add kernel module support for rp-pppoe plugin [SME: 12678]
   will allow faster fiber connexion when using multiple queue interface (RSS)
   set-gateway-ip will propagate both wan and diald ip
   run.pppoe call an interface
This commit is contained in:
2024-12-23 00:54:54 -05:00
parent ed89fb60f4
commit e3e3f2a823
7 changed files with 16 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
# remote_ip = $6
# ipparam = $7
if [ "$7" = "diald" ]
if [ "$7" = "diald" ] || [ "$7" = "wan" ]
then
exec /sbin/e-smith/config set GatewayIP "$6"
fi