mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 14:33:00 +02:00
Die CGIs nochmal angepasst, MTU Parameter geaendert
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@592 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -23,7 +23,7 @@ case "${2}" in
|
||||
|
||||
if [ "${METHOD}" != "PPPOE_PLUGIN" ]; then
|
||||
PPPCOMMAND="/usr/sbin/pppd pty"
|
||||
PPPOECOMMAND="/usr/sbin/pppoe -p /var/run/pppoe.pid -I ${1} -T 80 -U -m ${${MTU}-80}"
|
||||
PPPOECOMMAND="/usr/sbin/pppoe -p /var/run/pppoe.pid -I ${1} -T 80 -U -m ${MTU}"
|
||||
if [ -n ${SERVICENAME} ]; then
|
||||
PPPOECOMMAND+=" -S ${SERVICENAME}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user