red: Fixes bug#13164 adjust pppoe plugin name in red initscript

- This patch goes together with the patch for the ppp update to 2.5.0
- The rp-pppoe.so option is no longer available. There is only the pppoe.so available now

Fixes: Bug#13164
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2023-07-04 11:04:46 +02:00
committed by Michael Tremer
parent 1eac1190d8
commit 0803c50f76

View File

@@ -365,7 +365,7 @@ case "${1}" in
#
if [ "$TYPE" == "pppoe" ]; then
[ "${METHOD}" == "PPPOE_PLUGIN" ] && \
PLUGOPTS="plugin rp-pppoe.so"
PLUGOPTS="plugin pppoe.so"
fi
### Synchronous Mode