summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-08-13 21:32:06 +0700
committergnhb <gnoahb@gmail.com>2010-08-13 21:32:06 +0700
commit6a30f701e27f1651917639455df59dbbbead65af (patch)
tree833d301e0773577194606fbe05ab0add65709e13 /etc
parent5f25bfea6de50b8b0ebb03e41eb343d61940303b (diff)
downloadpfsense-6a30f701e27f1651917639455df59dbbbead65af.zip
pfsense-6a30f701e27f1651917639455df59dbbbead65af.tar.gz
Expose MRRU settings in the GUI for PPPoE (MLPPP).
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index afb8495..a3b163e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1295,6 +1295,12 @@ EOD;
EOD;
+ if (!empty($mrrus[$pid]))
+ $mpdconf .= <<<EOD
+ set link mrru {$mrrus[$pid]}
+
+EOD;
+
$mpdconf .= <<<EOD
set auth authname "{$ppp['username']}"
set auth password {$passwd}
OpenPOWER on IntegriCloud