]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
red: Fixes bug#13164 adjust pppoe plugin name in red initscript
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 4 Jul 2023 09:04:46 +0000 (11:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Aug 2023 14:12:55 +0000 (14:12 +0000)
- 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>
src/initscripts/networking/red

index 16d48f3acbf231d03321aa01d5cdf1bf72961355..75a17bd5a3df7d042f4affb8f5d4eab34be36d71 100644 (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