MTU MRU einstellbar bei PPoE

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@490 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-04-11 10:19:22 +00:00
parent 2f7c1e1c08
commit 2ed35f39ed
2 changed files with 14 additions and 2 deletions

View File

@@ -53,8 +53,8 @@ case "${2}" in
DEMAND+=" active-filter outbound and not icmp[0] == 3 and not tcp[13] & 4 != 0"
fi
ARGS+=" noipdefault default-asyncmap defaultroute hide-password local mtu 1492"
ARGS+=" mru 1492 noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp"
ARGS+=" noipdefault default-asyncmap defaultroute hide-password local mtu ${MTU}"
ARGS+=" mru ${MRU} noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp"
ARGS+=" user ${USERNAME} lcp-echo-interval 20 lcp-echo-failure 3 lcp-max-configure 50"
ARGS+=" maxfail ${MAXRETRIES}"