summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-05-20 12:09:28 +0200
committersmos <seth.mos@dds.nl>2012-05-20 12:09:28 +0200
commitb2ff5d17bae26f97edc56a30a5762b060dffd7ac (patch)
tree3cba9450abf5b2869443fdf3f7db20572d31c6a0 /etc
parent1346306cf7bdc82d4f33b607e46452fe6efa691f (diff)
downloadpfsense-b2ff5d17bae26f97edc56a30a5762b060dffd7ac.zip
pfsense-b2ff5d17bae26f97edc56a30a5762b060dffd7ac.tar.gz
Add the PPP automatic interface type. This would show the _PPP gateways.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index c169f1f..7c072cb 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -438,6 +438,7 @@ function return_gateways_array($disabled = false) {
case "dhcp":
case "pppoe":
case "pptp":
+ case "ppp":
$ctype = strtoupper($ifcfg['ipaddr']);
break;
default:
OpenPOWER on IntegriCloud