mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user