summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 7dd1ef6..f2adafb 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2092,6 +2092,7 @@ EOD;
set ipcp yes vjcomp
set ipcp ranges 0.0.0.0/0 0.0.0.0/0
create link static {$interface}L1 pppoe
+ set link disable incoming
set link action bundle {$interface}
set auth authname "{$wancfg['pppoe_username']}"
set auth password "{$wancfg['pppoe_password']}"
@@ -2249,6 +2250,7 @@ EOD;
set auth authname "{$wancfg['pptp_username']}"
set auth password "{$wancfg['pptp_password']}"
set bundle no noretry
+ set link disable incoming
set link keep-alive 10 60
set link max-redial 0
set link no acfcomp protocomp
OpenPOWER on IntegriCloud