summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-04-27 20:37:21 +0000
committerErmal <eri@pfsense.org>2010-04-27 20:37:21 +0000
commit24a1f9631b7e3e5caafc34baa957b0256c768586 (patch)
treefd2ba6f74b78fe51cea241a8d237ec60754f19aa /etc
parentc70a6be8708c4b31c0bc71b7b5da7395b530cd2c (diff)
downloadpfsense-24a1f9631b7e3e5caafc34baa957b0256c768586.zip
pfsense-24a1f9631b7e3e5caafc34baa957b0256c768586.tar.gz
Ticket #540. Do not require VJ compression with todays link speeds it pessimizes more than helps.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b5e778b..e2166c0 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2196,7 +2196,7 @@ EOD;
}
$mpdconf .= <<<EOD
- set ipcp yes vjcomp
+ set ipcp no vjcomp
set ipcp ranges 0.0.0.0/0 0.0.0.0/0
create link static {$interface}L1 pppoe
set link disable incoming
OpenPOWER on IntegriCloud