Revision 3343571b
Added by Jim Pingle over 8 years ago
src/etc/inc/gwlb.inc | ||
---|---|---|
591 | 591 |
switch ($ifcfg['ipaddr']) { |
592 | 592 |
case "dhcp": |
593 | 593 |
case "pppoe": |
594 |
case "l2tp": |
|
594 | 595 |
case "pptp": |
595 | 596 |
case "ppp": |
596 | 597 |
$ctype = strtoupper($ifcfg['ipaddr']); |
Also available in: Unified diff
Add missing L2TP from this gateway handling case. Fixes #6980