summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-12-02 10:50:58 -0500
committerjim-p <jimp@pfsense.org>2016-12-02 10:51:27 -0500
commitd2ad235925252d0f8d497ec6937843ba31734179 (patch)
treea50daa930c4492488c5160f298b8df75419db4f8
parentd265a53bd92d0f55061f27171ce7917b2397c1b5 (diff)
downloadpfsense-d2ad235925252d0f8d497ec6937843ba31734179.zip
pfsense-d2ad235925252d0f8d497ec6937843ba31734179.tar.gz
Add missing L2TP from this gateway handling case. Fixes #6980
-rw-r--r--src/etc/inc/gwlb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc
index bcfd7cc..f6c0eca 100644
--- a/src/etc/inc/gwlb.inc
+++ b/src/etc/inc/gwlb.inc
@@ -625,6 +625,7 @@ function return_gateways_array($disabled = false, $localhost = false, $inactive
switch ($ifcfg['ipaddr']) {
case "dhcp":
case "pppoe":
+ case "l2tp":
case "pptp":
case "ppp":
$ctype = strtoupper($ifcfg['ipaddr']);
OpenPOWER on IntegriCloud