summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-29 17:06:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-29 17:06:09 +0000
commit97ce464b5adc3557b7ece0a36fc7ebcce49982a4 (patch)
tree466d996afea9575c837b71a9a8fb0f1e45ee6cf0 /etc/inc
parentc6e604d87565796bd3c0b291f2a731ef17f3ac46 (diff)
downloadpfsense-97ce464b5adc3557b7ece0a36fc7ebcce49982a4.zip
pfsense-97ce464b5adc3557b7ece0a36fc7ebcce49982a4.tar.gz
Do not kload vlan module, its compiled into the kernel.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 1e50208..07000b5 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -47,9 +47,6 @@ function interfaces_vlan_configure() {
if (is_array($config['vlans']['vlan']) && count($config['vlans']['vlan'])) {
- /* load the VLAN module */
- mwexec("/sbin/kldload if_vlan");
-
/* devices with native VLAN support */
$vlan_native_supp = explode(" ", "bge em gx nge ti txp");
OpenPOWER on IntegriCloud