summaryrefslogtreecommitdiffstats
path: root/etc/inc/util.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-03 16:53:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-03 16:53:16 +0000
commit38d42ff458c41c0d71262c3b4385aa23bfdb303f (patch)
tree1a681bbf2a0a27b009f83b8808be854ac607c284 /etc/inc/util.inc
parent5f3e1f12c36b8a79543857965b6cdbb7a4b7c9cf (diff)
downloadpfsense-38d42ff458c41c0d71262c3b4385aa23bfdb303f.zip
pfsense-38d42ff458c41c0d71262c3b4385aa23bfdb303f.tar.gz
Do not allow tunX interfaces to be assigned. This royally screws up almost all dynamic providers such as pptp.
Diffstat (limited to 'etc/inc/util.inc')
-rw-r--r--etc/inc/util.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index b9ec6d8..b0cbfda 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -270,6 +270,7 @@ function get_interface_list($mode = "active", $keyby = "physical", $vfaces = "")
'pflog',
'pfsync',
'enc',
+ 'tun',
'carp'
);
}
OpenPOWER on IntegriCloud