summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-10 17:28:52 +0000
committerErmal <eri@pfsense.org>2010-06-10 17:28:52 +0000
commitf58342b8e1634bc4a6b51c5378aa165e0b4f4e06 (patch)
tree1c1ba37b4d86c3445aa306f008e2130bf636191c /etc
parentdf9e93f011da0bc141f0ffb94e6226c6f73554c6 (diff)
downloadpfsense-f58342b8e1634bc4a6b51c5378aa165e0b4f4e06.zip
pfsense-f58342b8e1634bc4a6b51c5378aa165e0b4f4e06.tar.gz
Place bundle options at the bunlde code section.
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 74b8e24..4d1bc7e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1155,6 +1155,7 @@ startup:
default:
{$ppp['type']}client:
create bundle static {$interface}
+ set bundle no noretry
set iface name {$pppif}
EOD;
@@ -1336,7 +1337,6 @@ EOD;
if ($type == "pptp" || $type == "l2tp") {
$mpdconf .= <<<EOD
- # set bundle no noretry
set pptp self {$localips[$pid]}
set pptp peer {$gateways[$pid]}
set pptp disable windowing
OpenPOWER on IntegriCloud