From d2ad235925252d0f8d497ec6937843ba31734179 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 2 Dec 2016 10:50:58 -0500 Subject: Add missing L2TP from this gateway handling case. Fixes #6980 --- src/etc/inc/gwlb.inc | 1 + 1 file changed, 1 insertion(+) 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']); -- cgit v1.1