mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Michael Tremer
parent
1eac1190d8
commit
0803c50f76
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user