mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
Remove hardcoded pppd version at pppoe plugin.
This commit is contained in:
@@ -373,7 +373,7 @@ case "${1}" in
|
||||
#
|
||||
if [ "$TYPE" == "pppoe" ]; then
|
||||
[ "${METHOD}" == "PPPOE_PLUGIN" ] && \
|
||||
PLUGOPTS="plugin /usr/lib/pppd/2.4.4/rp-pppoe.so"
|
||||
PLUGOPTS="plugin rp-pppoe.so"
|
||||
fi
|
||||
|
||||
### Synchronous Mode
|
||||
|
||||
Reference in New Issue
Block a user