]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/net/red/pppoe
Die CGIs nochmal angepasst, MTU Parameter geaendert
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / net / red / pppoe
index 912adddd2c448daff2e934365a8ebc024f9513a1..199164a71e5f0a88977c9326645ffecebfa302bb 100644 (file)
@@ -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